Remove "’" from yaml files

This patch is needed to pass Automation Hub tests.
This commit is contained in:
Thomas Woerner
2021-11-23 13:20:07 +01:00
parent 0af208d271
commit a86970efe1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
- name: Playbook to with invalid IPs in allow_transfer.
- name: Playbook to with invalid IPs in allow_transfer.
hosts: ipaserver
become: true

View File

@@ -112,7 +112,7 @@ class TestDNSZone(AnsibleFreeIPATestCase):
self.check_notexists([error], "dnszone-show", [add_zone])
def test_dnszone_invalid_ip(self):
"""TC-07: Update with invalid IPs in allow_transfer. Bug#1845051."""
"""TC-07: Update with invalid IPs in allow_transfer. Bug#1845051."""
invalid_zone_name = "invalidzone.test"
invalid_zone_ip = "in.va.li.d"
expected_error = "Invalid IP for DNS forwarder"