diff options
author | Ralph Bean <rbean@redhat.com> | 2015-09-21 19:31:28 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-09-21 19:31:28 +0000 |
commit | ba4b744bcd15075599e7df6788043cdf934e513d (patch) | |
tree | 95fe10869aeb5ed15d7bb883042c85a3f9cc1370 | |
parent | 9af7690241f1433d91a8627c9a5eaa16d00490a2 (diff) | |
download | ansible-ba4b744bcd15075599e7df6788043cdf934e513d.tar.gz ansible-ba4b744bcd15075599e7df6788043cdf934e513d.tar.xz ansible-ba4b744bcd15075599e7df6788043cdf934e513d.zip |
Not needed when host_group is set.
-rw-r--r-- | inventory/host_vars/pdc-devnode | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inventory/host_vars/pdc-devnode b/inventory/host_vars/pdc-devnode index 6868e8520..860863e03 100644 --- a/inventory/host_vars/pdc-devnode +++ b/inventory/host_vars/pdc-devnode @@ -3,4 +3,3 @@ ansible_ssh_host: 209.132.184.110 # For dns that works! host_group: cloud -dns: 8.8.8.8 |