ipagroup playbooks: Add names for tasks

ansible-lint does not like to have tasks without names. The comments have
been adapted and transformed into name tags.
This commit is contained in:
Thomas Woerner
2019-07-09 10:05:53 +02:00
parent 0c3d35a577
commit cf01262b27
4 changed files with 12 additions and 12 deletions

View File

@@ -4,8 +4,8 @@
become: true
tasks:
# Remove goups sysops, appops and ops
- ipagroup:
- name: Remove goups sysops, appops and ops
ipagroup:
ipaadmin_password: MyPassword123
name: sysops,appops,ops
state: absent