Skip to content

Commit

Permalink
Fix below issue: (#1596)
Browse files Browse the repository at this point in the history
add topo is giving error as part of VEOS task
TASK [eos : Get VM front panel interface number]
with error FAILED! => {"msg": "Incorrect sudo password"}

Instead of using ansible_sudo_password make it ansible_become_password
based on below thread.
ansible/ansible#62042
  • Loading branch information
abdosi authored Apr 23, 2020
1 parent 0c122da commit 1aa76ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/group_vars/vm_host/creds.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ansible_user: use_own_value
ansible_password: use_own_value
ansible_sudo_pass: use_own_value

ansible_become_password: use_own_value

0 comments on commit 1aa76ea

Please sign in to comment.