Fix ansible-lint E502 for test playbooks.

This patch adds 'name' to all test playbook tasks that did not
have it, fixing ansible-lint's error 'unnamed-task'.
This commit is contained in:
Rafael Guterres Jeffman
2020-11-26 18:01:17 -03:00
parent 0782e260f2
commit e7d354c2d4
12 changed files with 30 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
hosts: ipaserver
tasks:
- ipadnszone:
- name: Ensure a reverse DNS Zone with name inferred form an IP address
ipadnszone:
ipaadmin_password: SomeADMINpassword
name_from_ip: 192.8.2.0/22