Fix typo on loop var.

This commit is contained in:
staticsafe 2014-05-07 17:46:42 +00:00
parent feec830c3a
commit 34bb072a65

View File

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