mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
The pytest .yaml files have been rename to .yml to enable build-galaxy-release to fix the prefix of the ansible-freeipa modules.
12 lines
315 B
YAML
12 lines
315 B
YAML
---
|
|
- name: Playbook to ensure, not able to add invalid(more than 4294967295) serial numbers.
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Test adding a DNS zone with an invalid serial
|
|
ipadnszone:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: invalidserialzone.test
|
|
serial: 429496729599
|