complex_args: update example for ansbile-1.7

$ is obsolete and fails to work with ansible-playbook 1.7 (devel 6bc056e012)
This commit is contained in:
Leonid Evdokimov 2014-06-18 19:21:26 +04:00
parent e893d916ab
commit 43518a93f5

View file

@ -40,11 +40,8 @@
- name: can we make that cleaner? sure!
action: ping
args: { data: $complex }
args: { data: "{{ complex }}" }
- name: here is an example of how it works with defaults, notice the key=value format wins
action: service name=httpd state=running
args: $defaults
args: defaults