Adjust role

This commit is contained in:
Kevin Fenzi 2014-01-24 16:40:58 +00:00
parent 79bd4c3a21
commit 49c42fc8b2

View file

@ -3,7 +3,5 @@
# the env from ansible to see what variables and facts are. # the env from ansible to see what variables and facts are.
# Taken from https://coderwall.com/p/13lh6w # Taken from https://coderwall.com/p/13lh6w
# #
- name: Dump all ansible vars
tasks: template: src=dumpall.j2 dest=/tmp/debug_env.out
- name: Dump all ansible vars
action: template src=templates/dumpall.j2 dest=/tmp/ansible.all