Add kanboard role and server

This commit is contained in:
Timotej Lazar 2024-12-06 13:08:01 +01:00
parent 04f187a140
commit c585070edc
4 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: restart php-fpm
service:
name: 'php-fpm{{ php_version }}'
state: restarted
when: "'handler' not in ansible_skip_tags"