diff options
author | Dag Wieers <dag@wieers.com> | 2017-07-19 09:46:16 +0200 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-07-19 09:46:16 +0200 |
commit | 2b4a8095e9903489388c62c295e32388e16211f1 (patch) | |
tree | 96fc7791ac430cbeb336fb2370235f85d85ebc0b /.github | |
parent | Add vyos_interface default description (#27029) (diff) | |
download | ansible-2b4a8095e9903489388c62c295e32388e16211f1.tar.xz ansible-2b4a8095e9903489388c62c295e32388e16211f1.zip |
Simplify XML error-handling and typo (#26929)
This PR fixes:
- A typo in the aci_login function
- Improve (XML) error-handling
- Rename status_code back to status
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 3f8967c3e1..b6f190b675 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -430,7 +430,7 @@ files: $modules/net_tools/omapi_host.py: nerzhul $modules/net_tools/snmp_facts.py: ogenstad $modules/network/a10/: ericchou1 mischapeters - $modules/network/aci/: dagwieers jedelman8 + $modules/network/aci/: dagwieers jedelman8 schunduri $modules/network/aos/: dgarros jeremyschulman $modules/network/asa/asa_acl.py: gundalow ogenstad $modules/network/asa/asa_command.py: gundalow ogenstad privateip |