diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-07-24 15:12:00 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-07-24 15:17:33 -0400 |
commit | 9692654b0d87605bf45194128dc509cf71eee31f (patch) | |
tree | 170db11933fb7217fc5dc95d0a6159cc092c40b0 /playbooks/byo/openshift-cluster | |
parent | 0883acb3dcd842a14089150b14760b02173edf72 (diff) | |
download | openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.gz openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.bz2 openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.xz openshift-9692654b0d87605bf45194128dc509cf71eee31f.zip |
Normalize logging entry.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index acf5469bf..c0978c6f6 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -3,10 +3,6 @@ tags: - always -- include: ../../common/openshift-cluster/std_include.yml - tags: - - always - - include: ../../common/openshift-cluster/config.yml vars: openshift_cluster_id: "{{ cluster_id | default('default') }}" |