Some checks reported errors
continuous-integration/drone/push Build encountered an error
10 lines
177 B
YAML
10 lines
177 B
YAML
---
|
|
- name: Restart nginx
|
|
ansible.builtin.service:
|
|
name: nginx
|
|
state: restarted
|
|
|
|
- name: Restart httpd
|
|
ansible.builtin.service:
|
|
name: httpd
|
|
state: restarted
|