Skip to content

Commit

Permalink
fix args for watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed May 31, 2024
1 parent 79ac8b4 commit 71f9cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/common/software/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
append: true

- name: docker watchtower container
tags: docker
tags: docker, watchtower
become: true
community.docker.docker_container:
name: watchtower
image: containrrr/watchtower
pull: true
command: --http-api-update --http-api-periodic-polls
command: --http-api-update --http-api-periodic-polls --include-restarting --log-level debug
env:
WATCHTOWER_HTTP_API_TOKEN: mytoken
ports:
Expand Down

0 comments on commit 71f9cd2

Please sign in to comment.