1
0
Fork 0

First functional nginx version

This commit is contained in:
Chl 2020-01-18 01:04:37 +01:00
parent 0a5c2cfc35
commit dc7af699ee
11 changed files with 183 additions and 4 deletions

View file

@ -9,3 +9,6 @@
# As of now (Ansible 2.7.7), Ansible doesn't support blocks in handlers
- name: safe-restart jenkins and wait
import_tasks: roles/jenkins-php-v1/tasks/include_saferestartandwait.yml
- name: reload nginx
service: name=nginx state=reloaded