: move phpbb to app dir

This commit is contained in:
VC
2025-04-04 20:38:30 +02:00
parent 1dafa87b40
commit ce3646dcf9
16 changed files with 313 additions and 3 deletions

View File

@@ -23,5 +23,9 @@
hosts: web2
diff: true
roles:
- wordpress
- retrodojo
- role: wordpress
tags: [never, wordpress]
- role: phpbb
tags: [never, phpbb]
- role: retrodojo
tags: [never, retrodojo]