Fix latest pre-commit errors (#189)

This commit is contained in:
Chris Edillon
2024-10-22 09:55:55 -04:00
committed by GitHub
parent a257597a7d
commit fe006bdb9e
6 changed files with 10 additions and 10 deletions

View File

@@ -20,8 +20,9 @@
gather_network_resources: all
when: ansible_network_os == 'cisco.nxos.nxos'
# TODO figure out why this keeps failing
- name: Gather all network resource and minimal legacy facts [Cisco IOS XR]
ignore_errors: true
ignore_errors: true # noqa: ignore-errors
cisco.iosxr.iosxr_facts:
gather_subset: min
gather_network_resources: all