diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-10 10:01:20 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-10 10:01:20 -0400 |
commit | 01e59c4fff012a455cc1a51bec87a0a9a7f94b9b (patch) | |
tree | a6ffca8122cb167272989f977ff73b6172ba87fa /playbooks/common | |
parent | 2356e549bae059a1d3e9336102115f13163ffd31 (diff) | |
download | openshift-01e59c4fff012a455cc1a51bec87a0a9a7f94b9b.tar.gz openshift-01e59c4fff012a455cc1a51bec87a0a9a7f94b9b.tar.bz2 openshift-01e59c4fff012a455cc1a51bec87a0a9a7f94b9b.tar.xz openshift-01e59c4fff012a455cc1a51bec87a0a9a7f94b9b.zip |
Remove double evaluate_groups include.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/validate_hostnames.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/validate_hostnames.yml b/playbooks/common/openshift-cluster/validate_hostnames.yml index 0f562e019..50e25984f 100644 --- a/playbooks/common/openshift-cluster/validate_hostnames.yml +++ b/playbooks/common/openshift-cluster/validate_hostnames.yml @@ -1,6 +1,4 @@ --- -- include: evaluate_groups.yml - - name: Gather and set facts for node hosts hosts: oo_nodes_to_config roles: |