Fixed up KV munging in runner, misc fixes to copy, setup, and template modules

This commit is contained in:
Michael DeHaan 2012-02-26 19:55:26 -05:00
commit 61d064d011
6 changed files with 21 additions and 36 deletions

View file

@ -1,6 +1,9 @@
- pattern: '*'
hosts: '/etc/ansible/hosts'
hosts: /etc/ansible/hosts
tasks:
- do:
- restart apache for kicks
- command /sbin/service apache restart
- do:
- configure template & module variables for future template calls
- setup a=2 b=3 c=4