diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
commit | bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (patch) | |
tree | 0a434c141abb0d6c4f672c7df3ac6aae468a638d /roles/contiv_facts | |
parent | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff) | |
download | openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.gz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.bz2 openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.xz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.zip |
Include Deprecation - openshift-node
Diffstat (limited to 'roles/contiv_facts')
-rw-r--r-- | roles/contiv_facts/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/contiv_facts/tasks/main.yml b/roles/contiv_facts/tasks/main.yml index 7a4972fca..3267a4ab0 100644 --- a/roles/contiv_facts/tasks/main.yml +++ b/roles/contiv_facts/tasks/main.yml @@ -81,8 +81,8 @@ has_iptables: false # collect information about what packages are installed -- include: rpm.yml +- include_tasks: rpm.yml when: has_rpm -- include: fedora-install.yml +- include_tasks: fedora-install.yml when: not is_atomic and ansible_distribution == "Fedora" |