mirror of https://github.com/ceph/ceph-ansible.git
12 lines
285 B
YAML
12 lines
285 B
YAML
|
---
|
||
|
- name: create rgw bootstrap directory
|
||
|
file: >
|
||
|
path=/var/lib/ceph/bootstrap-rgw
|
||
|
state=directory
|
||
|
|
||
|
# NOTE (leseb): for version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
|
||
|
- name: install docker-py
|
||
|
pip: >
|
||
|
name=docker-py
|
||
|
version=1.1.0
|