Thanks for the response but I did confirm with the Network Automation
Cookbook that it is indeed supposed to be ansible_become. I did try it
though and got this error message.
[WARNING]: Found variable using reserved name: become
On Thursday, January 13, 2022 at 3:03:41 AM UTC-5 dulh...@mailbo
hi Sharon
not being very well versed with Ansible myself yet this has cought my attention
ansible_become: yes
I would have though this should be only:
become: yes
> On 01/12/2022 10:32 PM Sharon Day wrote:
>
>
> It's pretty basic playbook so not sure why its not working.
>
> - name: C
It's pretty basic playbook so not sure why its not working.
- name: Config Sys
hosts: router2
vars:
ansible_network_os: ios
ansible_connection: network_cli
ansible_user: Mx
ansible_password: password
ansible_become: yes
ansible_become_password: enablepass
ansible_be