summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/common.prep/tasks/centos8.yml
blob: bb3b9bd5eb6bd0d2bd8d6fb52e1b2552ca9dbae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: Perform a complete update
  yum:
    name: '*'
    state: latest

- name: Enable EPEL repository
  yum:
    name: epel-release
    state: latest

- name: Enable GlusterFS nightly rpms repository
  command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo

- name: Enable Samba nightly rpms repository
  command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly-samba/samba-nightly-master.repo