summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2017-03-24 11:42:00 +0100
committerMiroslav Suchý <msuchy@redhat.com>2017-03-24 11:42:00 +0100
commit918635b12a6bb61bff2ea11eba16b89ae2be719c (patch)
treeee6baed93fc4fb36e5ab80bdcb93daeebeeb9ed6
parentef212630ce6a2f56c5f743e66d4f28a12ec14dc2 (diff)
downloadansible-918635b12a6bb61bff2ea11eba16b89ae2be719c.tar.gz
ansible-918635b12a6bb61bff2ea11eba16b89ae2be719c.tar.xz
ansible-918635b12a6bb61bff2ea11eba16b89ae2be719c.zip
faf: use correct distribution name
-rw-r--r--roles/abrt/abrt-local/tasks/install.yml5
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