Allow groups to be passed to runner API to make parse_hosts optional, misc fixes as a result of refactoring in Runner.

Cleanup in Playbooks module is next.
This commit is contained in:
Michael DeHaan 2012-03-22 00:30:05 -04:00
commit a8c921cbcc
4 changed files with 44 additions and 33 deletions

View file

@ -18,5 +18,5 @@
action: service name=iptables state=stopped
- name: made up task just to show variables work here
action: command /bin/echo release is {{ release }}
action: command /bin/echo release is $release