fix(apps): ignore comparisons on container restart, migrate to fully qualified module names
This commit is contained in:
parent
a708450260
commit
95aff397b8
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Ensure nextcloud user is created
|
||||
user:
|
||||
ansible.builtin.user:
|
||||
name: "{{ nextcloud_run_user }}"
|
||||
state: present
|
||||
register: nextcloud_user_res
|
||||
|
Loading…
Reference in New Issue
Block a user