Don't use yum to install ceph
Use the ansible builtin 'package' module instead. Change-Id: I244c1896a3c17b43496bef09ee4c8ae76522f565 (cherry picked from commit30af4ccedf) (cherry picked from commit29ee063359) (cherry picked from commit6c4f41ef09)
This commit is contained in:
committed by
Luigi Toscano
parent
1b58a5fb9a
commit
63eb58dff1
@@ -34,7 +34,7 @@
|
||||
state: absent
|
||||
|
||||
- name: Install ceph requirements
|
||||
yum:
|
||||
package:
|
||||
name:
|
||||
- ceph-common
|
||||
- python3-rados
|
||||
@@ -42,7 +42,7 @@
|
||||
state: present
|
||||
|
||||
- name: Install Docker
|
||||
yum:
|
||||
package:
|
||||
name: 'docker.io'
|
||||
state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user