noc: Fix with_items iteration in package
This commit is contained in:
parent
aaa3ac66ea
commit
46ede0a36b
1 changed files with 5 additions and 4 deletions
|
@ -68,7 +68,8 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: install some packages which arent in playbooks
|
- name: install some packages which arent in playbooks
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- nmap
|
name:
|
||||||
- tcpdump
|
- nmap
|
||||||
|
- tcpdump
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue