ceph-ansible/roles/ceph-rgw/tasks/docker/pre_requisite.yml

12 lines
285 B
YAML
Raw Normal View History

---
- name: create rgw bootstrap directory
2015-10-19 11:19:31 +08:00
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
2015-10-19 11:19:31 +08:00
pip:
name: docker-py
version: 1.1.0