add pgadmin

This commit is contained in:
tom.chivert
2025-12-15 10:21:34 +01:00
parent 8c30c9667b
commit 14763d611a
6 changed files with 82 additions and 0 deletions

View File

@@ -68,3 +68,10 @@
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_wikijs']
- name: pgadmin-restart
systemd:
name: docker-compose@pgadmin
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_pgadmin']