Files
ansible-freeipa/tests/pytests/dnszone/playbooks/dnszone_add_without_forwarder.yaml
Rafael Guterres Jeffman e7d354c2d4 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'.
2021-09-29 15:49:00 -03:00

11 lines
276 B
YAML

---
- name: Playbook to ensure the DNS zones is present without forwarder as well.
hosts: ipaserver
tasks:
- name: Ensure DNS zone is present without forwarders
ipadnszone:
ipaadmin_password: SomeADMINpassword
name: 01testzone.test
forwarders: []