mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
This patch adds 'name' to all test playbook tasks that did not have it, fixing ansible-lint's error 'unnamed-task'.
13 lines
305 B
YAML
13 lines
305 B
YAML
---
|
||
- name: Playbook to with invalid IP’s 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
|