- 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
10 lines
278 B
YAML
10 lines
278 B
YAML
---
|
|
# ------------------------------------------------------------------------------
|
|
# FILE: roles/common/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart chrony
|
|
systemd:
|
|
name: chrony
|
|
state: restarted
|