tests: must set ansible_become_pass in synchronize.yml.

This commit is contained in:
David Wilson 2018-11-05 12:49:47 +00:00
parent 816da64df5
commit f87553b165
1 changed files with 1 additions and 0 deletions

View File

@ -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.