Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- - hosts: all
- vars:
- argh: blah
- tasks:
- # works
- - name: test 1
- command: echo ${argh}
- # works
- - name: test 1
- command: echo {{argh}}
- # works
- - name: test 3
- action: command echo {{argh}}
Advertisement
Add Comment
Please, Sign In to add comment