repo: Rename all yml extensions to yaml
This commit is contained in:
parent
06940925a9
commit
93876315ca
17 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
- name: Create grocy stack environment directory
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ stack_grocy_env_dir }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0700
|
||||
|
||||
- name: Start the compose stack
|
||||
community.docker.docker_compose_v2:
|
||||
project_name: stack_grocy
|
||||
definition: "{{ lookup('template', 'docker-compose.yaml.j2') | from_yaml }}"
|
||||
remove_orphans: true
|
||||
wait: true
|
||||
wait_timeout: 60
|
||||
Loading…
Add table
Add a link
Reference in a new issue