summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-02-18 16:52:01 +0000
committerAnoop C S <anoopcs@cryptolab.net>2021-04-15 15:25:10 +0530
commitdb9adf4dcf3101a984ce059cecde3b774e9508fd (patch)
tree1ae5778ae5b2320dc638beff5c01bc8560c2bcc7
parente50baa71175bfa52c7b77340a4c1646c92020526 (diff)
downloadsamba-integration-db9adf4dcf3101a984ce059cecde3b774e9508fd.tar.gz
samba-integration-db9adf4dcf3101a984ce059cecde3b774e9508fd.tar.xz
samba-integration-db9adf4dcf3101a984ce059cecde3b774e9508fd.zip
Add CentOS 8 specific actions for glusterfs.setup
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-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