Missing admin passwords in location module.

Tests for module ipalocation failed due to missing ipaadmin_password.

Added the variable to the playbooks, and also fixed the examples and
documentation. Some playbooks had identation fixed to two spaces
instead of one for consistency with other modules.
This commit is contained in:
Rafael Guterres Jeffman
2020-08-14 12:32:51 -03:00
parent 33db65374b
commit b7722a476f
5 changed files with 31 additions and 17 deletions

View File

@@ -6,5 +6,6 @@
tasks:
- name: Ensure location my_location1 is absent
ipalocation:
name: my_location1
state: absent
ipaadmin_password: SomeADMINpassword
name: my_location1
state: absent