diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-12-02 16:23:36 -0500 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-12-02 16:23:36 -0500 |
commit | f7835bc727bb2a290ebc42be9e16f3d775b2588b (patch) | |
tree | e40313defb290c23963d0abddd212b951c354baa /roles/haproxy | |
parent | e14da724f79e1fd75aea03bfab2179c7ef42c3e6 (diff) | |
parent | af009a7a51d7b6f5799a14c452cc7db92727135e (diff) | |
download | openshift-f7835bc727bb2a290ebc42be9e16f3d775b2588b.tar.gz openshift-f7835bc727bb2a290ebc42be9e16f3d775b2588b.tar.bz2 openshift-f7835bc727bb2a290ebc42be9e16f3d775b2588b.tar.xz openshift-f7835bc727bb2a290ebc42be9e16f3d775b2588b.zip |
Merge pull request #966 from maxamillion/fedora
Fedora changes:
Diffstat (limited to 'roles/haproxy')
-rw-r--r-- | roles/haproxy/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index 5638b7313..5d015fadd 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -3,6 +3,13 @@ yum: pkg: haproxy state: present + when: ansible_pkg_mgr == "yum" + +- name: Install haproxy + dnf: + pkg: haproxy + state: present + when: ansible_pkg_mgr == "dnf" - name: Configure haproxy template: |