glusterfs: Add CentOS support
This commit is contained in:
parent
8da3e45c56
commit
15acc934e0
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: install repository
|
||||
package:
|
||||
name: centos-release-gluster9
|
||||
state: installed
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: install packages
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue