faf: use correct distribution name
This commit is contained in:
parent
ef212630ce
commit
918635b12a
1 changed files with 1 additions and 4 deletions
|
@ -13,15 +13,12 @@
|
||||||
- openssl
|
- openssl
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
|
|
||||||
- debug:
|
|
||||||
msg: "dbg {{ ansible_distribution }}"
|
|
||||||
|
|
||||||
- name: memcached rhel
|
- name: memcached rhel
|
||||||
yum: pkg={{ item }} state=installed
|
yum: pkg={{ item }} state=installed
|
||||||
with_items:
|
with_items:
|
||||||
- memcached
|
- memcached
|
||||||
- python-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
|
- name: memcached fedora
|
||||||
yum: pkg={{ item }} state=installed
|
yum: pkg={{ item }} state=installed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue