diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-08-29 18:34:21 -0400 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-08-31 10:01:26 -0400 |
commit | 0ae8e9804070a829b719b8141210f44d8d79f92c (patch) | |
tree | 74a5cb5dfeb0aa01e5d2a11780859ec97b4f59bd /roles/dns/meta | |
parent | 7faa0c4111252a2710166cdbd027575e1cf1cb8a (diff) | |
download | openshift-0ae8e9804070a829b719b8141210f44d8d79f92c.tar.gz openshift-0ae8e9804070a829b719b8141210f44d8d79f92c.tar.bz2 openshift-0ae8e9804070a829b719b8141210f44d8d79f92c.tar.xz openshift-0ae8e9804070a829b719b8141210f44d8d79f92c.zip |
Removed dns role
This commit removes now-unused dns role.
Diffstat (limited to 'roles/dns/meta')
-rw-r--r-- | roles/dns/meta/main.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/dns/meta/main.yml b/roles/dns/meta/main.yml deleted file mode 100644 index 64d56114e..000000000 --- a/roles/dns/meta/main.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -galaxy_info: - author: Lénaïc Huard - description: Deploy and configure a DNS server - company: Amadeus SAS - license: ASL 2.0 - min_ansible_version: 2.2 -dependencies: -- { role: openshift_facts } |