--- - 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