mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
reformat base package installation task
This commit is contained in:
parent
58febce4bb
commit
ceb1526498
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
- name: Install universal base packages
|
||||
pacman: name={{ item }} state=present
|
||||
with_items: "{{ base_packages }}"
|
||||
pacman:
|
||||
name: "{{ base_packages }}"
|
||||
state: present
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue