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
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Template service.env file
|
||||
- name: Template .env file
|
||||
ansible.builtin.template:
|
||||
src: env.j2
|
||||
dest: "{{ (service_path, 'service.env') | path_join }}"
|
||||
dest: "{{ (service_path, '.env') | path_join }}"
|
||||
mode: "0700"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue