: move phpbb to app dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m27s

This commit is contained in:
VC
2025-04-04 20:38:30 +02:00
parent 1dafa87b40
commit bcc1551244
13 changed files with 275 additions and 2 deletions

View 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\");"