mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-03-24 18:00
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
---
|
||||
|
||||
- name: restart postgresql
|
||||
service: name=postgresql-9.6 state=restarted
|
||||
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
|
||||
- name: restart wapt
|
||||
service: name={{ item }} state=restarted
|
||||
with_items:
|
||||
loop:
|
||||
- waptserver
|
||||
#- wapttasks
|
||||
- wapttasks
|
||||
- waptservice
|
||||
- wapttftpserver
|
||||
|
Reference in New Issue
Block a user