Initial commit
Basic roles for installing podman, creating containers, networks and services
This commit is contained in:
4
roles/podman/handlers/main.yaml
Normal file
4
roles/podman/handlers/main.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Reload systemd daemon
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user