init
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# handlers file for podman
|
||||
|
||||
- name: Restart podman
|
||||
ansible.builtin.systemd:
|
||||
name: podman
|
||||
state: restarted
|
||||
listen: restart podman
|
||||
Reference in New Issue
Block a user