Adapted variables

This commit is contained in:
2024-12-04 17:41:29 +01:00
parent 6efb66c92b
commit 1ac3fdebe1
13 changed files with 20 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
- block:
- name: "create {{restart_docker_volumes_folder}}"
- name: "create {{restart_docker_folder}}"
file:
path: "{{restart_docker_volumes_folder}}"
path: "{{restart_docker_folder}}"
state: directory
mode: 0755