Fix bug in registered variables related to delegate_to changes

This commit is contained in:
James Cammarata 2015-07-08 12:38:24 -04:00
commit 27fcf1a4b5
3 changed files with 10 additions and 2 deletions

View file

@ -44,7 +44,7 @@
- name: check what python version ansible is running on
command: python -c 'import distutils.sysconfig ; print(distutils.sysconfig.get_python_version())'
register: pyver
#delegate_to: localhost
delegate_to: localhost
- name: copy known good into place
copy: src=foo.txt dest={{output_dir}}/foo.txt