convert two reboot tasks running on changed to handlers
Some checks failed
/ Ansible Lint (push) Failing after 1m37s

This fixes ansible-lint no-handler complaints.
This commit is contained in:
June 2024-12-01 04:38:07 +01:00
commit e3a29c422a
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 11 additions and 10 deletions

View file

@ -0,0 +1,3 @@
- name: reboot the system
become: true
ansible.builtin.reboot: