summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2020-06-11 18:55:46 +0530
committerMichael Adam <obnox@samba.org>2020-06-19 11:16:54 +0200
commit32e3c08f37e1047f840eef76c3cd194dff644b0f (patch)
tree8743de1e9cc5e6708211416e1b594200cd669426
parente0a075f3455a5b9d5369614887c5c2f9169265cc (diff)
downloadsamba-integration-32e3c08f37e1047f840eef76c3cd194dff644b0f.tar.gz
samba-integration-32e3c08f37e1047f840eef76c3cd194dff644b0f.tar.xz
samba-integration-32e3c08f37e1047f840eef76c3cd194dff644b0f.zip
Add GlusterFS nightly build repository during rpm install test
-rw-r--r--ansible/roles/test.rpms.centos/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/test.rpms.centos/tasks/main.yml b/ansible/roles/test.rpms.centos/tasks/main.yml
index d338870..b0d8b49 100644
--- a/ansible/roles/test.rpms.centos/tasks/main.yml
+++ b/ansible/roles/test.rpms.centos/tasks/main.yml
@@ -53,6 +53,9 @@
enabled: yes
gpgcheck: no
+- name: Enable GlusterFS nightly rpms repository
+ command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo
+
- name: try installing our samba packages
yum:
name: "{{ item }}"