mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 19:25:54 +00:00
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.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- 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: []
|
||||
Reference in New Issue
Block a user