tests: must set ansible_become_pass in synchronize.yml.
This commit is contained in:
parent
816da64df5
commit
f87553b165
|
@ -5,6 +5,7 @@
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
vars:
|
vars:
|
||||||
ansible_user: mitogen__has_sudo_pubkey
|
ansible_user: mitogen__has_sudo_pubkey
|
||||||
|
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
|
||||||
tasks:
|
tasks:
|
||||||
# must copy git file to set proper file mode.
|
# must copy git file to set proper file mode.
|
||||||
|
|
Loading…
Reference in New Issue