Fix first_available_file: support for copy and template actions

This commit is contained in:
James Cammarata 2015-07-08 12:18:59 -04:00
commit 64a1b1e043
3 changed files with 3 additions and 3 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