mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Explain saving disk_space_a_priori to iiab.ini
This commit is contained in:
parent
7205219292
commit
e06f833c6b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: Record disk_space_a_priori (permanently, into {{ iiab_ini_file }}) to later estimate iiab_software_disk_usage
|
- name: Record disk_space_a_priori (permanently, into {{ iiab_ini_file }} below) to later estimate iiab_software_disk_usage
|
||||||
shell: df -PB1 $(findmnt / -o SOURCE -n) | awk 'NR==2 {print $4}'
|
shell: df -PB1 $(findmnt / -o SOURCE -n) | awk 'NR==2 {print $4}'
|
||||||
register: df1
|
register: df1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue