Add kanboard role and server
This commit is contained in:
parent
04f187a140
commit
c585070edc
4 changed files with 87 additions and 0 deletions
5
roles/kanboard/handlers/main.yml
Normal file
5
roles/kanboard/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: restart php-fpm
|
||||
service:
|
||||
name: 'php-fpm{{ php_version }}'
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue