diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
commit | c378c56c138945b78d69b8c42218bef74b85de2b (patch) | |
tree | c0a2b22fc887b3735b65acbea59fbecbf4202732 /roles/contiv/tasks/packageManagerInstall.yml | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
download | openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.gz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.bz2 openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.xz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.zip |
Include Deprecation - openshift-master
Diffstat (limited to 'roles/contiv/tasks/packageManagerInstall.yml')
-rw-r--r-- | roles/contiv/tasks/packageManagerInstall.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv/tasks/packageManagerInstall.yml b/roles/contiv/tasks/packageManagerInstall.yml index e0d48e643..d5726476c 100644 --- a/roles/contiv/tasks/packageManagerInstall.yml +++ b/roles/contiv/tasks/packageManagerInstall.yml @@ -3,7 +3,7 @@ set_fact: did_install: false -- include: pkgMgrInstallers/centos-install.yml +- include_tasks: pkgMgrInstallers/centos-install.yml when: (ansible_os_family == "RedHat") and not is_atomic |