- Move all roles from playbooks/roles/ to roles/ - Update roles_path in ansible.cfg - Add cast user to common role - Create standalone podman role - Add semaphore role with Podman + Quadlet support
9 lines
279 B
YAML
9 lines
279 B
YAML
# ------------------------------------------------------------------------------
|
|
# FILE: roles/docker-host/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart docker
|
|
systemd:
|
|
name: docker
|
|
state: restarted
|