refactor ♻️: Convert string to boolean for condition and changed_when #11

Merged
Jose merged 5 commits from dev into main 2026-02-14 08:45:14 +01:00
Showing only changes of commit 8199aabc38 - Show all commits

View File

@@ -7,7 +7,7 @@
reload: yes
- name: swap | Gather active swaps
command: swapon --noheadings --show=NAME
ansible.builtin.command: swapon --noheadings --show=NAME
register: active_swaps
changed_when: false