summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-10-20 13:04:59 -0400
committerGitHub <noreply@github.com>2016-10-20 13:04:59 -0400
commit556e8d290892c212f591b0ef06ea35dd47020783 (patch)
treefed3bce57bcd86637d2c2a5b74c9bd719caa242e /roles/openshift_hosted_logging
parent1e943532d3f2ba47cbc028ee05eab683e5ffbc81 (diff)
parent5bfa7e8da79685e09097d266d6cf453729e704dc (diff)
downloadopenshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.gz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.bz2
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.xz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.zip
Merge pull request #2623 from rhcarvalho/typos
Fix typos
Diffstat (limited to 'roles/openshift_hosted_logging')
-rw-r--r--roles/openshift_hosted_logging/tasks/cleanup_logging.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_hosted_logging/tasks/cleanup_logging.yaml b/roles/openshift_hosted_logging/tasks/cleanup_logging.yaml
index 8331f0389..8754616d9 100644
--- a/roles/openshift_hosted_logging/tasks/cleanup_logging.yaml
+++ b/roles/openshift_hosted_logging/tasks/cleanup_logging.yaml
@@ -46,8 +46,8 @@
- name: "Remove deployer template"
command: "{{ openshift.common.client_binary }} --config={{ mktemp.stdout }}/admin.kubeconfig delete template logging-deployer-template -n openshift"
- register: delete_ouput
- failed_when: delete_ouput.rc == 1 and 'exists' not in delete_ouput.stderr
+ register: delete_output
+ failed_when: delete_output.rc == 1 and 'exists' not in delete_output.stderr
- name: Delete temp directory