mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
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.
11 lines
213 B
YAML
11 lines
213 B
YAML
---
|
|
- name: Location present test
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Ensure location my_location1 is present
|
|
ipalocation:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: my_location1
|