From db9adf4dcf3101a984ce059cecde3b774e9508fd Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Thu, 18 Feb 2021 16:52:01 +0000 Subject: Add CentOS 8 specific actions for glusterfs.setup Signed-off-by: Sachin Prabhu --- vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml diff --git a/vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml b/vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml new file mode 100644 index 0000000..9e40547 --- /dev/null +++ b/vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml @@ -0,0 +1,5 @@ +# https://github.com/gluster/samba-integration/issues/123 +- name: Install glusterfs-geo-replication package. + yum: + name: glusterfs-geo-replication + state: latest -- cgit