Fix typo on loop var.
This commit is contained in:
parent
feec830c3a
commit
34bb072a65
2
debian/roles/common/tasks/main.yml
vendored
2
debian/roles/common/tasks/main.yml
vendored
@ -17,7 +17,7 @@
|
|||||||
- restart rsyslog
|
- restart rsyslog
|
||||||
- restart cron
|
- restart cron
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
apt: pkg={{ items }} state=present
|
apt: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- most
|
- most
|
||||||
- zsh
|
- zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user