Use raw module for storage boxes
because there is no python interpreter
This commit is contained in:
parent
c246a86a25
commit
7e734ca002
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
time: "{{ '%H:%M:%S' | strftime }}"
|
time: "{{ '%H:%M:%S' | strftime }}"
|
||||||
|
|
||||||
- name: "Storage Box | Scrap free space"
|
- name: "Storage Box | Scrap free space"
|
||||||
ansible.builtin.command: "df -h"
|
ansible.builtin.raw: "df -h"
|
||||||
register: command_out
|
register: command_out
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue