✨: move phpbb to app dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m27s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m27s
This commit is contained in:
11
roles/phpbb/tasks/phpbb_languages.yml
Normal file
11
roles/phpbb/tasks/phpbb_languages.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Extract phpbb language
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "{{ item.url | replace('%VERSION%', item.version) }}"
|
||||
dest: "{{ phpbb_app_home }}"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "a-rwx,u+rwX,g+rX"
|
||||
extra_opts: ['--strip-components=1']
|
Reference in New Issue
Block a user