Skip to content

Commit

Permalink
Merge pull request #13 from Diesel-Net/development
Browse files Browse the repository at this point in the history
Add service_update task list
  • Loading branch information
tomdaley92 authored Dec 13, 2021
2 parents 9f4550a + 610d59d commit c78a2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tasks/service_update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: docker service update {{ options }} {{ docker_service }}
shell: docker service update {{ options }} {{ docker_service }}
2 changes: 0 additions & 2 deletions tasks/system_prune.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- name: docker system prune -af {{ options }}
shell: >
docker system prune -af {{ options }}
vars:
options: ''

0 comments on commit c78a2e7

Please sign in to comment.