Adding all the stuff that was needed to get gitea working again...
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
path: "{{ httptest_user_www }}"
|
||||
owner: httptest
|
||||
group: httptest
|
||||
mode: "0750"
|
||||
mode: "0755"
|
||||
state: directory
|
||||
|
||||
- name: Make index.html file
|
||||
@@ -54,7 +54,7 @@
|
||||
path: "{{ httptest_user_www }}/index.html"
|
||||
owner: httptest
|
||||
group: httptest
|
||||
mode: "0750"
|
||||
mode: "0644"
|
||||
line: "<!DOCTYPE html><html><body><h1>TEST</h1></body></html>"
|
||||
create: true
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
rm: false
|
||||
ports: 8080:80
|
||||
volumes:
|
||||
- "{{ httptest_user_www }}:/usr/local/apache2/htdocs"
|
||||
- "{{ httptest_user_www }}:/usr/local/apache2/htdocs:Z"
|
||||
quadlet_options:
|
||||
- "AutoUpdate=registry"
|
||||
- "Pull=newer"
|
||||
@@ -115,4 +115,4 @@
|
||||
name: "httptest-quadlet.service"
|
||||
scope: user
|
||||
state: started
|
||||
become_user: "httptest"
|
||||
become_user: "httptest"
|
||||
|
||||
Reference in New Issue
Block a user