forked from infra/ansible
member_sw: use list instead of with_items
This commit is contained in:
parent
421785c336
commit
a5bef39ba4
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install software for members
|
- name: Install software for members
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- ansible
|
- ansible
|
||||||
- git
|
- git
|
||||||
- irssi
|
- irssi
|
||||||
- netcat6
|
- netcat6
|
||||||
- screen
|
- screen
|
||||||
- tmux
|
- tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user