Przeglądaj źródła

Default install_result when reloading generated facts.

Andrew Butcher 7 lat temu
rodzic
commit
ff3f76bd8d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      roles/openshift_ca/tasks/main.yml

+ 2 - 1
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: