Rename docker-compose.yml to compose.yaml and service.env to .env
This commit is contained in:
parent
7821b6b33b
commit
214723546a
20 changed files with 36 additions and 36 deletions
|
@ -13,7 +13,7 @@
|
|||
- name: Create the app.ini file
|
||||
ansible.builtin.copy:
|
||||
dest: "{{ (service_path, 'app.ini') | path_join }}"
|
||||
content: '{{ forgejo_ini | to_ini }}'
|
||||
content: '{{ forgejo_ini | community.general.to_ini }}'
|
||||
mode: "0644"
|
||||
notify: Restart service {{ role_name }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue