Compare commits

..

2 Commits

Author SHA1 Message Date
VC
a1bc985eb7 🚨: fix linting errors on web_hostname_block vars
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m17s
2025-04-05 08:15:06 +02:00
VC
e9ec827798 : move phpbb to app dir 2025-04-05 08:15:04 +02:00

View File

@@ -1,7 +1,6 @@
---
- name: Migrate db
become: true
become_user: www-data
ansible.builtin.command:
cmd: "/usr/bin/php bin/phpbbcli.php db:migrate"