mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
fix some faulty logic in isolated syncs that caused SSH keys to not work
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
src: "{{src}}"
|
src: "{{src}}"
|
||||||
dest: "{{dest}}"
|
dest: "{{dest}}"
|
||||||
|
|
||||||
- stat: path="{{src}}/env/ssh_key"
|
- local_action: stat path="{{src}}/env/ssh_key"
|
||||||
register: key
|
register: key
|
||||||
|
|
||||||
- name: create a named pipe for secret environment data
|
- name: create a named pipe for secret environment data
|
||||||
|
|||||||
Reference in New Issue
Block a user