mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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}}"
|
||||
dest: "{{dest}}"
|
||||
|
||||
- stat: path="{{src}}/env/ssh_key"
|
||||
- local_action: stat path="{{src}}/env/ssh_key"
|
||||
register: key
|
||||
|
||||
- name: create a named pipe for secret environment data
|
||||
|
||||
Reference in New Issue
Block a user