From 918635b12a6bb61bff2ea11eba16b89ae2be719c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 24 Mar 2017 11:42:00 +0100 Subject: [PATCH] faf: use correct distribution name --- roles/abrt/abrt-local/tasks/install.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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