Update ansible code
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
f44a0ee2f5
commit
83170bbe6b
5 changed files with 44 additions and 38 deletions
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
- name: Restart nginx
|
||||
service: name=nginx state=restarted
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
|
||||
- name: Restart httpd
|
||||
service: name=httpd state=restarted
|
||||
|
||||
ansible.builtin.service:
|
||||
name: httpd
|
||||
state: restarted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue