second commit
This commit is contained in:
8
ansible/roles/python_runtime/handlers/main.yml
Normal file
8
ansible/roles/python_runtime/handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: restart jumphost-app
|
||||
ansible.builtin.service:
|
||||
name: jumphost-app
|
||||
state: restarted
|
||||
# Handler laeuft ggf. bevor der Service durch jumphost_app angelegt wurde;
|
||||
# daher failed_when: false beim allerersten Deploy.
|
||||
failed_when: false
|
||||
Reference in New Issue
Block a user