Use raw module for storage boxes

because there is no python interpreter
This commit is contained in:
phil 2023-11-01 16:29:04 +01:00
parent c246a86a25
commit 7e734ca002

View file

@ -6,7 +6,7 @@
time: "{{ '%H:%M:%S' | strftime }}"
- name: "Storage Box | Scrap free space"
ansible.builtin.command: "df -h"
ansible.builtin.raw: "df -h"
register: command_out
changed_when: false