issue #587: workaround for ansible/ansible#56629
This commit is contained in:
parent
429f5e7afb
commit
61b651bdd2
|
@ -7,6 +7,10 @@
|
|||
ansible_user: mitogen__has_sudo_pubkey
|
||||
ansible_become_pass: has_sudo_pubkey_password
|
||||
ansible_ssh_private_key_file: /tmp/synchronize-action-key
|
||||
|
||||
# https://github.com/ansible/ansible/issues/56629
|
||||
ansible_ssh_pass: ''
|
||||
ansible_password: ''
|
||||
tasks:
|
||||
# must copy git file to set proper file mode.
|
||||
- copy:
|
||||
|
|
Loading…
Reference in New Issue