♻: put retrodojo in www-data format
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m22s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m22s
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
- name: Init db
|
||||
ansible.builtin.include_tasks: db.yml
|
||||
|
||||
- name: Create retrodojo directory
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ retrodojo_home }}"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "0o750"
|
||||
|
||||
- name: Put program file in place
|
||||
ansible.builtin.template:
|
||||
src: "index.php.j2"
|
||||
|
Reference in New Issue
Block a user