Fix typo on loop var.
This commit is contained in:
parent
feec830c3a
commit
34bb072a65
|
@ -17,7 +17,7 @@
|
|||
- restart rsyslog
|
||||
- restart cron
|
||||
- name: Install required packages
|
||||
apt: pkg={{ items }} state=present
|
||||
apt: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- most
|
||||
- zsh
|
||||
|
|
Loading…
Reference in New Issue