diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-06-16 17:52:37 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-06-16 17:52:37 +0200 |
commit | bf7e5e82872684088995cc55559f8e51fe35d4a9 (patch) | |
tree | cbb6bc98f51e9959d45f51d684d4799f7164d02b /roles/hostnames/test | |
parent | ca93151d4dee1f907cf578e3ab2b565f288c37c8 (diff) | |
download | openshift-bf7e5e82872684088995cc55559f8e51fe35d4a9.tar.gz openshift-bf7e5e82872684088995cc55559f8e51fe35d4a9.tar.bz2 openshift-bf7e5e82872684088995cc55559f8e51fe35d4a9.tar.xz openshift-bf7e5e82872684088995cc55559f8e51fe35d4a9.zip |
Fix yamllint errors
Diffstat (limited to 'roles/hostnames/test')
-rw-r--r-- | roles/hostnames/test/test.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/hostnames/test/test.yaml b/roles/hostnames/test/test.yaml index 34bf37942..0c56aea51 100644 --- a/roles/hostnames/test/test.yaml +++ b/roles/hostnames/test/test.yaml @@ -2,20 +2,3 @@ - hosts: all roles: - role: hostnames - -# - debug: -# -# - hosts: dns -# roles: -# - role: dns-server -# named_config_views: -# - name: private -# acl_entry: -# - 192.168.124.40/32 -# - 192.168.124.40/32 -# zone: -# - dns_domain: example.com -# - name: public -# zone: -# - dns_domain: example.com -# - role: dns |