diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-11-27 15:50:45 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-11-27 15:53:08 -0500 |
commit | 8db941b0bbdaef033ae4ef7fc3e7aaa3f502e07a (patch) | |
tree | dfee5addb0d23749af27b7cea7153236329f94b7 /playbooks/init/facts.yml | |
parent | e7e699a4201754fe9ccd1b9adffad5be5fff18b3 (diff) | |
download | openshift-8db941b0bbdaef033ae4ef7fc3e7aaa3f502e07a.tar.gz openshift-8db941b0bbdaef033ae4ef7fc3e7aaa3f502e07a.tar.bz2 openshift-8db941b0bbdaef033ae4ef7fc3e7aaa3f502e07a.tar.xz openshift-8db941b0bbdaef033ae4ef7fc3e7aaa3f502e07a.zip |
Remove openshift.common.cli_image
This commit removes openshift.common.cli_image in
favor of openshift_cli_image.
Diffstat (limited to 'playbooks/init/facts.yml')
-rw-r--r-- | playbooks/init/facts.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/init/facts.yml b/playbooks/init/facts.yml index 820561b2b..05142f9b6 100644 --- a/playbooks/init/facts.yml +++ b/playbooks/init/facts.yml @@ -107,7 +107,6 @@ local_facts: deployment_type: "{{ openshift_deployment_type }}" deployment_subtype: "{{ openshift_deployment_subtype | default(None) }}" - cli_image: "{{ osm_image | default(None) }}" hostname: "{{ openshift_hostname | default(None) }}" ip: "{{ openshift_ip | default(None) }}" is_containerized: "{{ l_is_containerized | default(None) }}" |