Merge pull request #68 from darkk/patch-1

complex_args: update example for ansbile-1.7
pull/63/head
Tim Gerla 10 years ago
commit 9a00ad88c2
  1. 7
      language_features/complex_args.yml

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