40234/error-saying-invalid-input-privileged-mode-required-ansible
I'm trying to execute a very simple playbook on Ansible but I keep getting the following error:
Invalid input (privileged mode required)
Where am I going wrong?
The task that generated this error requires to enable mode to succeed
To set enable mode for a specific task, add become at the task level:
- name: Gather facts (eos) eos_facts: gather_subset: - "!hardware" become: yes become_method: enable
This has been happening to a lot ...READ MORE
The reason behind this error is that ...READ MORE
Hey Loki, Looks like your python library ...READ MORE
If you're just trying to upgrade to ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @Thomas, Seems like those extra paths have ...READ MORE
Hey @Patrick, Change the path of Ansible's remote_tmp ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.