Files
ansible-freeipa/tests/pytests/dnszone/playbooks/dnszone_add_without_forwarder.yml
Thomas Woerner 7d3921e510 Use yml extension for pytest tests
The pytest .yaml files have been rename to .yml to enable
build-galaxy-release to fix the prefix of the ansible-freeipa modules.
2023-01-19 16:07:42 +01: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: []