Files
ansible/roles/phpbb/tasks/phpbb_customs.yml
VC 4e5afb182a
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m35s
: move phpbb to app dir
2025-04-04 20:38:30 +02:00

8 lines
268 B
YAML

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