Updated mybb README.md, renamed variables, solved mybb bug

This commit is contained in:
2023-12-07 15:35:57 +01:00
parent ed40ee1f42
commit fe77fb623e
36 changed files with 97 additions and 63 deletions

View File

@@ -6,9 +6,9 @@
state: present
notify: docker restart
- name: "create {{path_docker_compose_files}}"
- name: "create {{docker_compose_instances_directory}}"
file:
path: "{{path_docker_compose_files}}"
path: "{{docker_compose_instances_directory}}"
state: directory
mode: 0700
owner: administrator