mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
xml: Fix validate-modules issue (#40121)
This commit is contained in:
parent
d6eb642e88
commit
3cdd5da247
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- A valid XPath expression describing the item(s) you want to manipulate.
|
- A valid XPath expression describing the item(s) you want to manipulate.
|
||||||
- Operates on the document root, C(/), by default.
|
- Operates on the document root, C(/), by default.
|
||||||
default: /
|
|
||||||
namespaces:
|
namespaces:
|
||||||
description:
|
description:
|
||||||
- The namespace C(prefix:uri) mapping for the XPath expression.
|
- The namespace C(prefix:uri) mapping for the XPath expression.
|
||||||
|
|
|
@ -686,7 +686,6 @@ lib/ansible/modules/files/synchronize.py E325
|
||||||
lib/ansible/modules/files/synchronize.py E327
|
lib/ansible/modules/files/synchronize.py E327
|
||||||
lib/ansible/modules/files/unarchive.py E322
|
lib/ansible/modules/files/unarchive.py E322
|
||||||
lib/ansible/modules/files/unarchive.py E323
|
lib/ansible/modules/files/unarchive.py E323
|
||||||
lib/ansible/modules/files/xml.py E324
|
|
||||||
lib/ansible/modules/identity/cyberark/cyberark_user.py E324
|
lib/ansible/modules/identity/cyberark/cyberark_user.py E324
|
||||||
lib/ansible/modules/identity/ipa/ipa_dnsrecord.py E325
|
lib/ansible/modules/identity/ipa/ipa_dnsrecord.py E325
|
||||||
lib/ansible/modules/identity/ipa/ipa_dnszone.py E325
|
lib/ansible/modules/identity/ipa/ipa_dnszone.py E325
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue