Created
December 14, 2020 06:59
-
-
Save ganeshrn/58f1346aa3dad4ce771fe4cb9420349f to your computer and use it in GitHub Desktop.
nxos_interfaces_resource_module
This file contains hidden or 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