summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-17 21:38:40 -0500
committerGitHub <noreply@github.com>2018-01-17 21:38:40 -0500
commite5a319cf8c7cc6d36ddb9fdc9e69e9dd1b8eb3f5 (patch)
tree24eca23c9db955d222dbfced7091e7704a1af218 /roles
parentb342f3f6bc1817ac62f0c053d28125a991126114 (diff)
parent94d049c4f1537b204d513acb6eb6041a35c9322e (diff)
downloadopenshift-e5a319cf8c7cc6d36ddb9fdc9e69e9dd1b8eb3f5.tar.gz
openshift-e5a319cf8c7cc6d36ddb9fdc9e69e9dd1b8eb3f5.tar.bz2
openshift-e5a319cf8c7cc6d36ddb9fdc9e69e9dd1b8eb3f5.tar.xz
openshift-e5a319cf8c7cc6d36ddb9fdc9e69e9dd1b8eb3f5.zip
Merge pull request #6076 from abutcher/bz1511357
Bug 1511357: Task "Reload generated facts" failed while scaling up containerized masters
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_ca/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_ca/tasks/main.yml b/roles/openshift_ca/tasks/main.yml
index b94cd9fba..9c8534c74 100644
--- a/roles/openshift_ca/tasks/main.yml
+++ b/roles/openshift_ca/tasks/main.yml
@@ -19,7 +19,8 @@
- name: Reload generated facts
openshift_facts:
- when: hostvars[openshift_ca_host].install_result is changed
+ when:
+ - hostvars[openshift_ca_host].install_result | default({'changed':false}) is changed
- name: Create openshift_ca_config_dir if it does not exist
file: