mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 13:42:21 +00:00
* `nxos_acl` may fail with `IndexError: list index out of range` while attempting to delete a non-existent ACL. The failure occurs when the `acl` var is an empty list. * nxos_acl: catch 501 'Structured output unsupported' when no ACLs present With some older image versions, `show ip access-list | json` will raise a 501 error indicating `'Structured output unsupported'` when there are no access-lists configured. This change turns off the `check_rc` and then looks for the failure condition. * Fix kwarg * Fix lint issues |
||
|---|---|---|
| .. | ||
| host_vars | ||
| targets | ||
| cloud-config-aws.ini.template | ||
| cloud-config-azure.ini.template | ||
| cloud-config-cloudscale.ini.template | ||
| cloud-config-cs.ini.template | ||
| cloud-config-gcp.ini.template | ||
| cloud-config-gitlab.ini.template | ||
| cloud-config-hcloud.ini.template | ||
| cloud-config-hwc.yml.template | ||
| cloud-config-opennebula.ini.template | ||
| cloud-config-openshift.kubeconfig.template | ||
| cloud-config-scaleway.ini.template | ||
| cloud-config-tower.ini.template | ||
| cloud-config-vultr.ini.template | ||
| integration.cfg | ||
| integration_config.yml | ||
| inventory | ||
| inventory.networking.template | ||
| inventory.remote.template | ||
| inventory.winrm.template | ||
| network-integration.cfg | ||
| target-prefixes.network | ||
| windows-integration.cfg | ||