second commit
This commit is contained in:
9
ansible/roles/jumphost_app/handlers/main.yml
Normal file
9
ansible/roles/jumphost_app/handlers/main.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: reload systemd
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart jumphost-app service
|
||||
ansible.builtin.service:
|
||||
name: jumphost-app
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user