mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix bug in registered variables related to delegate_to changes
This commit is contained in:
parent
f5baad4fb2
commit
27fcf1a4b5
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue