diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-01 16:12:02 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-01 16:12:02 -0500 |
commit | 1aeb8fe2e4fc2c3ea44af0055debac2f5a949849 (patch) | |
tree | 2089d400f870f9cc145a3acfa3fc519af4c465b5 /playbooks/byo/openshift-cluster/config.yml | |
parent | 161d6ce3976dbae137a5b90252fc9966734f7c15 (diff) | |
download | openshift-1aeb8fe2e4fc2c3ea44af0055debac2f5a949849.tar.gz openshift-1aeb8fe2e4fc2c3ea44af0055debac2f5a949849.tar.bz2 openshift-1aeb8fe2e4fc2c3ea44af0055debac2f5a949849.tar.xz openshift-1aeb8fe2e4fc2c3ea44af0055debac2f5a949849.zip |
fix tags
Diffstat (limited to 'playbooks/byo/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index 7216a151f..df00106d3 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -1,5 +1,7 @@ --- - include: ../../common/openshift-cluster/verify_ansible_version.yml + tags: + - always - name: Create initial host groups for localhost hosts: localhost |