diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-12-07 10:24:20 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-12-15 17:07:17 -0500 |
commit | afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2 (patch) | |
tree | 1ab5236c3948197cb8976cac91305937f45bb727 /roles/haproxy | |
parent | 3f2be7d987ccef8c4e157163dd9394ba6492a88c (diff) | |
download | openshift-afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2.tar.gz openshift-afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2.tar.bz2 openshift-afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2.tar.xz openshift-afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2.zip |
Skip yum/dnf ops when is_containerized
Diffstat (limited to 'roles/haproxy')
-rw-r--r-- | roles/haproxy/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index 106ab8489..97f870829 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -1,6 +1,7 @@ --- - name: Install haproxy action: "{{ ansible_pkg_mgr }} name=haproxy state=present" + when: not openshift.common.is_containerized | bool - name: Configure haproxy template: |