mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-05 14:24:48 +00:00
Merge pull request #725 from t-woerner/fix_new_ansible_test_findings
ansible-test fixes
This commit is contained in:
@@ -115,7 +115,7 @@ class AutomountMap(IPAAnsibleModule):
|
|||||||
self.fail_json(msg="Exactly one name must be provided \
|
self.fail_json(msg="Exactly one name must be provided \
|
||||||
for state=present.")
|
for state=present.")
|
||||||
if state == "absent":
|
if state == "absent":
|
||||||
if len(name) == 0 :
|
if len(name) == 0:
|
||||||
self.fail_json(msg="Argument 'map_type' can not be used with "
|
self.fail_json(msg="Argument 'map_type' can not be used with "
|
||||||
"state 'absent'")
|
"state 'absent'")
|
||||||
invalid = ["desc"]
|
invalid = ["desc"]
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ plugins/modules/ipaserver_setup_ca.py import-2.6!skip
|
|||||||
plugins/modules/ipaserver_test.py pylint:ansible-format-automatic-specification
|
plugins/modules/ipaserver_test.py pylint:ansible-format-automatic-specification
|
||||||
plugins/modules/ipaservice.py compile-2.6!skip
|
plugins/modules/ipaservice.py compile-2.6!skip
|
||||||
plugins/modules/ipaservice.py import-2.6!skip
|
plugins/modules/ipaservice.py import-2.6!skip
|
||||||
|
plugins/modules/ipasudorule.py compile-2.6!skip
|
||||||
|
plugins/modules/ipasudorule.py import-2.6!skip
|
||||||
plugins/modules/ipavault.py compile-2.6!skip
|
plugins/modules/ipavault.py compile-2.6!skip
|
||||||
plugins/modules/ipavault.py import-2.6!skip
|
plugins/modules/ipavault.py import-2.6!skip
|
||||||
roles/ipaclient/library/ipaclient_api.py pylint:ansible-format-automatic-specification
|
roles/ipaclient/library/ipaclient_api.py pylint:ansible-format-automatic-specification
|
||||||
|
|||||||
Reference in New Issue
Block a user