odule correctly.
The `config` key in the `nxos_interfaces` resource module accepts a list of
dictionaries, hence, it is not required to loop through items (which is
slower). Please have a look at the examples in the module documentation for
more details.
Thanks!
---
Nilashish Chakraborty
Senior Sof
var-ANSIBLE_CLICONF_PLUGINS>
to
point to your custom cliconf plugin file and see if that works?
Thanks,
Nilashish Chakraborty
Senior Software Engineer - Ansible
On Wed, Jul 28, 2021 at 1:31 PM nitesh shet wrote:
> Hi,
> I have written code for cliconf and terminal for new network device to
> support netwo
t you have the VLAN configuration preserved on the Ansible
controller, you can update it and feed it to a task by referencing the
`vlans` keys.
```
- name: Make VLAN config changes by updating stored facts on the
controller.
ios_vlans:
config: "{{ vlans }}"
state
e_terminal_stderr_re:
- pattern: "can't configure (.*)"
flags: 're.I
Thanks!
--
Nilashish Chakraborty
Software Engineer, Ansible Network
On Thu, Jul 2, 2020 at 8:01 PM alicia wrote:
> See
> https://docs.ansible.com/ansible/devel/user_guide/playbooks_erro