diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-19 16:36:47 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-21 12:28:19 -0500 |
commit | e3cf9edff6d0186b09b1a112592f283fab6857d0 (patch) | |
tree | df4d6cc470951890afbea563a12f98fecfe16419 /roles/contiv_facts/tasks | |
parent | edde00af6a5b811468fe2a0e9bff45346103be92 (diff) | |
download | openshift-e3cf9edff6d0186b09b1a112592f283fab6857d0.tar.gz openshift-e3cf9edff6d0186b09b1a112592f283fab6857d0.tar.bz2 openshift-e3cf9edff6d0186b09b1a112592f283fab6857d0.tar.xz openshift-e3cf9edff6d0186b09b1a112592f283fab6857d0.zip |
Remove references to deployment_type
Move openshift_deployment_type check into sanity_check
action plugin. Remove compatibility for deployment_type.
deployment_type has been deprecated for some time now.
Diffstat (limited to 'roles/contiv_facts/tasks')
-rw-r--r-- | roles/contiv_facts/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv_facts/tasks/main.yml b/roles/contiv_facts/tasks/main.yml index c6f8ad1d6..ced04759d 100644 --- a/roles/contiv_facts/tasks/main.yml +++ b/roles/contiv_facts/tasks/main.yml @@ -70,4 +70,4 @@ when: has_rpm - include_tasks: fedora-install.yml - when: not is_atomic and ansible_distribution == "Fedora" + when: not openshift_is_atomic and ansible_distribution == "Fedora" |