shinyproxy: Force the pull of newer images.

This commit is contained in:
Andrea Dell'Amico 2017-09-17 16:27:28 +02:00
parent b011d82213
commit 4f79fdd574
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
service: name=shinyproxy state=started enabled=yes
- 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 }}'
when: shinyproxy_apps is defined
tags: [ 'shinyproxy', 'shinyproxy_images' ]