summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml')
-rw-r--r--vagrant/ansible/roles/glusterfs.setup/tasks/centos8.yml5
1 files changed, 5 insertions, 0 deletions
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