fix(apps): ignore comparisons on container restart, migrate to fully qualified module names

This commit is contained in:
2024-07-27 21:34:33 +02:00
parent a708450260
commit 95aff397b8
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
---
- name: restart-nextcloud
docker_container:
community.docker.docker_container:
name: "{{ nextcloud_container_name }}"
state: started
restart: yes
restart: true
comparisons:
'*': ignore