Begin migration to v2 Step 2
This commit is contained in:
parent
b91292576f
commit
a7140e5a84
37 changed files with 19 additions and 74 deletions
|
@ -12,12 +12,10 @@
|
|||
loop:
|
||||
- { src: 'docker-compose.yml', dest: 'docker-compose.yml' }
|
||||
- { src: 'config.yml', dest: 'config.yml' }
|
||||
register: gitea_copy_templates_results
|
||||
|
||||
- name: Update and restart container
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: gitea
|
||||
state: present
|
||||
pull: always
|
||||
restarted: "{{ gitea_copy_templates_results.changed }}"
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue