diff --git a/roles/abrt/abrt-local/tasks/install.yml b/roles/abrt/abrt-local/tasks/install.yml index 09e73509d0..6e6d6d2f15 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