Files
ansible-freeipa/utils/templates/module-absent.yml.in
Rafael Guterres Jeffman f770b5d581 utils/new_module templates: Add missing password to example playbooks.
Add missing ipaadmin_password to example playbooks so new modules have
all necessary fields set on basic files.
2022-04-11 18:06:57 -03:00

12 lines
210 B
YAML

---
- name: ${name^} absent example
hosts: ipaserver
become: no
tasks:
- name: Ensure $name NAME is absent
ipa$name:
ipaadmin_password: SomeADMINpassword
name: NAME
state: absent