mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
13 lines
243 B
YAML
13 lines
243 B
YAML
---
|
|
|
|
- name: Restart nginx
|
|
command: systemctl restart nginx.service
|
|
ignore_errors: true
|
|
|
|
- name: Enable nginx
|
|
command: systemctl enable nginx.service
|
|
ignore_errors: true
|
|
|
|
- name: Reload systemd units
|
|
command: systemctl daemon-reload
|