Add run-watchtower playbook

This commit is contained in:
Tobias Reisinger 2025-08-23 16:58:10 +02:00
parent 14da17b712
commit f328125d22
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -0,0 +1,10 @@
---
- name: Run watchtower
hosts: serguzim_net
become: true
tasks:
- name: Run watchtower
ansible.builtin.command:
cmd: ./run-once.sh
chdir: "{{ (services_path, 'watchtower') | path_join }}"
changed_when: true