|
|
|
@ -7,6 +7,10 @@
|
|
|
|
ansible_user: mitogen__has_sudo_pubkey
|
|
|
|
ansible_user: mitogen__has_sudo_pubkey
|
|
|
|
ansible_become_pass: has_sudo_pubkey_password
|
|
|
|
ansible_become_pass: has_sudo_pubkey_password
|
|
|
|
ansible_ssh_private_key_file: /tmp/synchronize-action-key
|
|
|
|
ansible_ssh_private_key_file: /tmp/synchronize-action-key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/ansible/ansible/issues/56629
|
|
|
|
|
|
|
|
ansible_ssh_pass: ''
|
|
|
|
|
|
|
|
ansible_password: ''
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
# must copy git file to set proper file mode.
|
|
|
|
# must copy git file to set proper file mode.
|
|
|
|
- copy:
|
|
|
|
- copy:
|
|
|
|
|