forked from ISTI-ansible-roles/ansible-roles
shinyproxy: Force the pull of newer images.
This commit is contained in:
parent
b011d82213
commit
4f79fdd574
|
@ -30,7 +30,7 @@
|
||||||
service: name=shinyproxy state=started enabled=yes
|
service: name=shinyproxy state=started enabled=yes
|
||||||
|
|
||||||
- name: Pull the Docker images of shiny apps
|
- name: Pull the Docker images of shiny apps
|
||||||
docker_image: name={{ item.docker_image }} pull=yes state=present
|
docker_image: name={{ item.docker_image }} pull=yes state={{ item.image_state | default('present') }} force=yes
|
||||||
with_items: '{{ shinyproxy_apps }}'
|
with_items: '{{ shinyproxy_apps }}'
|
||||||
when: shinyproxy_apps is defined
|
when: shinyproxy_apps is defined
|
||||||
tags: [ 'shinyproxy', 'shinyproxy_images' ]
|
tags: [ 'shinyproxy', 'shinyproxy_images' ]
|
||||||
|
|
Loading…
Reference in New Issue