deploy-base/roles/glusterfs-client/tasks/main.yml

14 lines
336 B
YAML
Raw Normal View History

2019-02-26 03:49:51 +00:00
---
- name: install glusterfs 4.1 LTS SIG package (CentOS)
package:
name: centos-release-gluster41
state: latest
when: ansible_distribution == 'CentOS'
- name: install heketi-client (CentOS/Fedora)
package:
name: heketi-client
state: latest
when: ansible_distribution in ["CentOS", "Fedora"] and not is_atomic