diff options
-rw-r--r-- | roles/abrt/abrt-local/tasks/install.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/abrt/abrt-local/tasks/install.yml b/roles/abrt/abrt-local/tasks/install.yml index 09e73509d..6e6d6d2f1 100644 --- a/roles/abrt/abrt-local/tasks/install.yml +++ b/roles/abrt/abrt-local/tasks/install.yml @@ -13,15 +13,12 @@ - openssl - mod_ssl -- debug: - msg: "dbg {{ ansible_distribution }}" - - name: memcached rhel yum: pkg={{ item }} state=installed with_items: - memcached - python-memcached - when: ansible_distribution == "Red Hat Enterprise Linux" and faf_web_cache_type == "memcached" + when: ansible_distribution == "RedHat" and faf_web_cache_type == "memcached" - name: memcached fedora yum: pkg={{ item }} state=installed |