diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-20 15:45:39 -0500 | 
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2015-12-15 15:45:45 -0500 | 
| commit | 043d6b3a7e3c6b799ddf4157ccdf2b2b67451d81 (patch) | |
| tree | 7fdcdd862d1d959702054a40b8990bfaf8e4be34 /roles/openshift_facts/tasks | |
| parent | 8e7c5c970b8adc83fd6d5cad115f4edb06b36d98 (diff) | |
| download | openshift-043d6b3a7e3c6b799ddf4157ccdf2b2b67451d81.tar.gz openshift-043d6b3a7e3c6b799ddf4157ccdf2b2b67451d81.tar.bz2 openshift-043d6b3a7e3c6b799ddf4157ccdf2b2b67451d81.tar.xz openshift-043d6b3a7e3c6b799ddf4157ccdf2b2b67451d81.zip | |
fixes
Diffstat (limited to 'roles/openshift_facts/tasks')
| -rw-r--r-- | roles/openshift_facts/tasks/main.yml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/roles/openshift_facts/tasks/main.yml b/roles/openshift_facts/tasks/main.yml index 832f7ad84..55071436f 100644 --- a/roles/openshift_facts/tasks/main.yml +++ b/roles/openshift_facts/tasks/main.yml @@ -9,5 +9,8 @@  - name: Ensure PyYaml is installed    action: "{{ ansible_pkg_mgr }} name=PyYAML state=present" -- name: Gather Cluster facts +- name: Gather Cluster facts and set is_containerized if needed    openshift_facts: +    role: common +    local_facts: +      is_containerized: "{{ openshift_containerized | default(None) }}" | 
