nxos_interfaces_resource_module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Configure interface with drift in admin up state | |
cisco.nxos.nxos_interfaces: | |
config: | |
- name: "{{ item['data_path'].split('.')[0] }}" | |
enabled: true | |
loop: "{{ result['errors'] }}" | |
when: "'errors' in result" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment