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:
Thomas Woerner
2023-01-19 15:39:14 +01:00
parent 6000aac687
commit 7d3921e510
11 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Playbook to ensure the DNS zones disabled.
hosts: ipaserver
tasks:
- name: Ensure DNS zone is disabled
ipadnszone:
ipaadmin_password: SomeADMINpassword
name: 26testzone.test
state: disabled