Fix typo on loop var.

This commit is contained in:
staticsafe 2014-05-07 17:46:42 +00:00
parent feec830c3a
commit 34bb072a65
1 changed files with 1 additions and 1 deletions

View File

@ -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