Solved Sphinx Role bugs

This commit is contained in:
2025-03-16 18:09:37 +01:00
parent 985ed797bd
commit 3e1a9e9dde
4 changed files with 15 additions and 17 deletions

View File

@@ -27,8 +27,8 @@
http_port: "{{ ports.localhost.http[application_id] }}"
- name: "create {{ sphinx_docker_file }}"
template:
src: "Dockerfile.j2"
copy:
src: "Dockerfile"
dest: "{{ sphinx_docker_file }}"
mode: '770'
force: yes