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:
|
||||
- name: install some packages which arent in playbooks
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- nmap
|
||||
- tcpdump
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- nmap
|
||||
- tcpdump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue