Skip to content

Commit

Permalink
Merge pull request #5255 from freedomofpress/fix-ansible-password-prompt
Browse files Browse the repository at this point in the history
added Ansible parameter to use legacy password prompt text
  • Loading branch information
conorsch authored May 13, 2020
2 parents 1017416 + c03651e commit 696b47a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install_files/ansible-base/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ timeout=120
# from site-specific vars, or Onion URLs for SSH over ATHS.
inventory=inventory-dynamic

[privilege_escalation]
agnostic_become_prompt=False

[ssh_connection]
scp_if_ssh=True
ssh_args = -o ControlMaster=auto -o ControlPersist=1200
Expand Down

0 comments on commit 696b47a

Please sign in to comment.