First functional nginx version
This commit is contained in:
parent
0a5c2cfc35
commit
dc7af699ee
11 changed files with 183 additions and 4 deletions
|
@ -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
|
||||
|
|
Reference in a new issue