What am I missing?

Getting Error:

PLAY [show Anyconnect VPN connections for ASA] *********************************************************************

TASK [Set terminal page to zero] ***********************************************************************************

fatal: [10.53.0.105]: FAILED! => changed=false

ansible_facts:

discovered_interpreter_python: /usr/bin/python

msg: operation requires privilege escalation

PLAY RECAP *********************************************************************************************************

10.53.0.105 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

FWIW. See "ios_config traceback on some devices #40884"
https://github.com/ansible/ansible/issues/40884
(locked and limited conversation to collaborators on Jul 22)

"... Operation requires privilege escalation on a device whose user account
was level 15 already). Running ios_facts and supplying the running_config to
the ios_config task worked fine, but the weird thing is I'm on ansible
2.8.2? ..."

Cheers,

  -vlado

This isn’t ios_config though. When i log into the device with the username and password in the ansible script it works fine and the command takes. So why is it failing?