Skip to content

Commit

Permalink
Merge pull request #21 from Diesel-Net/development
Browse files Browse the repository at this point in the history
change options for docker_service_update
  • Loading branch information
tomdaley92 authored May 28, 2022
2 parents 5137375 + b448310 commit 55c8ebf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tasks/service_update.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: docker service update --force {{ options }} {{ docker_service }}
shell: docker service update --force {{ options }} {{ docker_service }}
- name: "docker service update {{ options }} {{ docker_stack }}_{{ docker_service }}"
shell: "docker service update {{ options }} {{ docker_stack }}_{{ docker_service }}"
register: docker_service_update
failed_when: docker_service_update.rc > 1
vars:
options: ''
docker_service: ''
options: '' # defaults to nothing

0 comments on commit 55c8ebf

Please sign in to comment.