This commit is contained in:
Ludovic Cartier
2026-05-19 16:17:26 +02:00
parent ba36e9f677
commit 2d36f1dbe6
5 changed files with 154 additions and 0 deletions
+7
View File
@@ -75,3 +75,10 @@
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_pgadmin']
- name: n8n-restart
systemd:
name: docker-compose@n8n
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_n8n']