ansible-infra/roles/ansible_pull/handlers/main.yaml
June f107737a39
Some checks failed
/ Ansible Lint (push) Failing after 51s
/ Ansible Lint (pull_request) Failing after 46s
wip: ansible pull
2025-08-30 20:19:23 +02:00

4 lines
104 B
YAML

- name: systemd daemon reload
ansible.builtin.systemd_service:
daemon_reload: true
become: true