Begin migration to v2
This commit is contained in:
parent
93cbcd29fb
commit
b91292576f
15 changed files with 30 additions and 30 deletions
|
@ -31,9 +31,9 @@
|
|||
when: not protonmail.initialized
|
||||
|
||||
- name: Update and restart container
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: protonmail
|
||||
state: present
|
||||
pull: true
|
||||
pull: always
|
||||
restarted: "{{ protonmail.initialized and (protonmail_copy_templates_results.changed or protonmail_copy_files_results.changed) }}"
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue