ad0cc5dc1e
* update acl (#57268)
(cherry picked from commit e009936f87
)
* add a changelog fragment for PR 57890.
* add a changelog fragment for PR 27890.
5 lines
No EOL
481 B
YAML
5 lines
No EOL
481 B
YAML
bugfixes:
|
|
- update acl to fix bugs.(https://github.com/ansible/ansible/pull/57268)
|
|
- ce_acl - tag named data of a xpath is unnecessay for old sotfware version to find a element from xml tree, but element can not be found with 'data' tag for new version, so remove.
|
|
- ce_acl_advance - remove 'data' tag, and fix a bug that the 'changed' of result is not correct.
|
|
- ce_acl_interface - do not used 'get_config' to show specific configuration, and use display command directly. |