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:
12
tests/pytests/dnszone/playbooks/dnszone_invalid_ip.yml
Normal file
12
tests/pytests/dnszone/playbooks/dnszone_invalid_ip.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Playbook to with invalid IPs in allow_transfer.
|
||||
hosts: ipaserver
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Test adding a DNS zone with an invalid forwarder
|
||||
ipadnszone:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: invalidzone.test
|
||||
forwarders:
|
||||
- ip_address: in.va.li.d
|
||||
Reference in New Issue
Block a user