Fix pip module invocation

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/344/head
Sébastien Han 2015-07-27 17:41:58 +02:00
parent 5e5d68ba41
commit 07bd04c851
5 changed files with 10 additions and 5 deletions

View File

@ -8,10 +8,11 @@
- /etc/ceph/ceph.mon.keyring
- /var/lib/ceph/bootstrap-mds/ceph.keyring
# NOTE (leseb): force 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 # https://github.com/ansible/ansible-modules-core/issues/1227
version=1.1.0
- name: stat for ceph config and keys
stat: >

View File

@ -7,10 +7,11 @@
- /etc/ceph/monmap
- /etc/ceph/ceph.mon.keyring
# NOTE (leseb): force 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 # https://github.com/ansible/ansible-modules-core/issues/1227
version=1.1.0
- name: stat for ceph config and keys
stat: >

View File

@ -8,10 +8,11 @@
- /etc/ceph/ceph.mon.keyring
- /var/lib/ceph/bootstrap-osd/ceph.keyring
# NOTE (leseb): force 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 # https://github.com/ansible/ansible-modules-core/issues/1227
version=1.1.0
- name: stat for ceph config and keys
stat: >

View File

@ -5,10 +5,11 @@
- /etc/ceph/ceph.client.admin.keyring
- /etc/ceph/ceph.conf
# NOTE (leseb): force 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 # https://github.com/ansible/ansible-modules-core/issues/1227
version=1.1.0
- name: stat for ceph config and keys
stat: >

View File

@ -8,10 +8,11 @@
- /etc/ceph/ceph.mon.keyring
- /var/lib/ceph/bootstrap-rgw/ceph.keyring
# NOTE (leseb): force 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 # https://github.com/ansible/ansible-modules-core/issues/1227
version=1.1.0
- name: stat for ceph config and keys
stat: >