mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
Fix idempotency
This commit is contained in:
parent
a04ae9681c
commit
7a70d72caa
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
---
|
||||
- name: Create compose base folder
|
||||
file:
|
||||
path: "/root/compose"
|
||||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: Create compose folders
|
||||
file:
|
||||
path: "/root/compose/{{ app }}"
|
||||
state: directory
|
||||
recurse: true
|
||||
mode: 0755
|
||||
|
||||
- name: Template compose files
|
||||
|
|
Loading…
Reference in a new issue