1
0
Fork 0
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:
A Holt 2023-05-27 15:47:51 -04:00 committed by GitHub
parent 7205219292
commit e06f833c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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