summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/tasks/iam_cert.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-10-02 16:06:58 +0200
committerGitHub <noreply@github.com>2017-10-02 16:06:58 +0200
commit49b352634febe78a3cf15e4d4971b69032dd0d4c (patch)
tree23c0394be2d3c3c0f16b67eb7722d8594dd94f67 /roles/openshift_aws/tasks/iam_cert.yml
parent54ea443f4ad24ad311c0a036cf283f9e39c865ee (diff)
parented12dd75d2882eda00d3c06d2d41af63c35e53b4 (diff)
downloadopenshift-49b352634febe78a3cf15e4d4971b69032dd0d4c.tar.gz
openshift-49b352634febe78a3cf15e4d4971b69032dd0d4c.tar.bz2
openshift-49b352634febe78a3cf15e4d4971b69032dd0d4c.tar.xz
openshift-49b352634febe78a3cf15e4d4971b69032dd0d4c.zip
Merge pull request #5589 from mgugino-upstream-stage/provision-var-fixes-master
Fix some provisioning variables
Diffstat (limited to 'roles/openshift_aws/tasks/iam_cert.yml')
-rw-r--r--roles/openshift_aws/tasks/iam_cert.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/openshift_aws/tasks/iam_cert.yml b/roles/openshift_aws/tasks/iam_cert.yml
index d902e7a42..f74a62b8b 100644
--- a/roles/openshift_aws/tasks/iam_cert.yml
+++ b/roles/openshift_aws/tasks/iam_cert.yml
@@ -11,14 +11,15 @@
- "'failed' in elb_cert_chain"
- elb_cert_chain.failed
- "'msg' in elb_cert_chain"
- - "'already exists and has a different certificate body' in elb_cert_chain.msg"
- - "'BotoServerError' in elb_cert_chain.msg"
+ - "'already exists and has a different certificate body' in elb_cert_chain.msg or 'BotoServerError' in elb_cert_chain.msg or 'Traceback' in elb_cert_chain.msg.module_stderr"
when:
- openshift_aws_create_iam_cert | bool
- openshift_aws_iam_cert_path != ''
- openshift_aws_iam_cert_key_path != ''
- openshift_aws_elb_cert_arn == ''
+- debug: msg="{{ elb_cert_chain }}"
+
- name: set_fact openshift_aws_elb_cert_arn
set_fact:
openshift_aws_elb_cert_arn: "{{ elb_cert_chain.arn }}"