Skip to content
Snippets Groups Projects
Commit 279ac60a authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fix example playbooks task name to better represent action performed.

parent 484c39d7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
gather_facts: false
tasks:
- name: Ensure DNS forward zone is present with forward port
- name: Ensure DNS forward zone is present with forwarder address and non-standard port.
ipadnsforwardzone:
ipaadmin_password: SomeADMINpassword
name: example.com
......
......@@ -5,7 +5,7 @@
gather_facts: false
tasks:
- name: Ensure that dns record is absent
- name: Ensure that dns localhost AAAA record is absent
ipadnsrecord:
ipaadmin_password: SomeADMINpassword
name: host01
......
......@@ -4,7 +4,7 @@
become: true
tasks:
- name: Remove user pinky and brain
- name: Remove user pinky
ipauser:
ipaadmin_password: SomeADMINpassword
name: pinky
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment