Merge pull request #724 from ivotron/issue-723

Modifies docker image variable being referenced
pull/735/head
Leseb 2016-04-25 14:46:07 -05:00
commit 9d10c6408c
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ group_vars/agent
site.yml
site-docker.yml
*.pyc
*.sw?

View File

@ -1,6 +1,6 @@
---
- name: pull ceph daemon image
shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
shell: "docker pull {{ ceph_mds_docker_username }}/{{ ceph_mds_docker_imagename }}"
changed_when: false
failed_when: false

View File

@ -1,6 +1,6 @@
---
- name: pull ceph daemon image
shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
shell: "docker pull {{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
changed_when: false
failed_when: false

View File

@ -1,6 +1,6 @@
---
- name: pull ceph daemon image
shell: "docker pull {{ ceph_mon_docker_username }}/{{ ceph_mon_docker_imagename }}"
shell: "docker pull {{ ceph_rgw_docker_username }}/{{ ceph_rgw_docker_imagename }}"
changed_when: false
failed_when: false