✨: move phpbb to app dir
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m35s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m35s
This commit is contained in:
7
roles/phpbb/tasks/phpbb_customs.yml
Normal file
7
roles/phpbb/tasks/phpbb_customs.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Replace logo
|
||||
ansible.builtin.lineinfile:
|
||||
path: "{{ phpbb_app_home }}/styles/prosilver/theme/colours.css"
|
||||
search_string: "background-image: url(\"./images/site_logo.svg\");"
|
||||
line: " background-image: url(\"./images/ndfr_casual.png\");"
|
Reference in New Issue
Block a user