Refactor services-to-host-mapping and playbooks
This commit is contained in:
parent
825393bbd3
commit
a8e14b53f5
9 changed files with 142 additions and 108 deletions
roles/vikunja/tasks
|
@ -15,7 +15,7 @@
|
|||
ansible.builtin.template:
|
||||
src: yml.j2
|
||||
dest: "{{ (service_path, 'config.yml') | path_join }}"
|
||||
mode: "0600"
|
||||
mode: "0644"
|
||||
register: cmd_result
|
||||
|
||||
- name: Set the docker force-recreate flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue