christianlempa-boilerplates/ansible
Christoph Schug 65b172436f fix: enforce output of df to be single-lined per file system
This change forces `df(1)` to output each file system on a single
line by setting the `-P` flag (POSIX output format). Without it,
some versions of `df(1)` split the output into multiple lines if the
length of some fields like "Filesystem" exceeds a certain limit. As a
consequence, the `awk(1)` expression might fail to catch the correct
fields.

Please note that this fixes a file which is also wrongly named, which is
being addressed in PR #151.

Relates to PR #151.
Fixes issue #137.
2024-02-23 00:20:34 +01:00
..
configuration ansiblesemaphore-udpate 2023-05-25 13:48:38 +02:00
deployment ansiblesemaphore-udpate 2023-05-25 13:48:38 +02:00
installation Merge pull request #92 from gabegon8910/main 2023-09-12 11:09:09 +02:00
maintenance fix: enforce output of df to be single-lined per file system 2024-02-23 00:20:34 +01:00
notification ansiblesemaphore-udpate 2023-05-25 13:48:38 +02:00
update Added a ansible scripts to install qemu-agent and a script to update linux based on package manager apt or yum 2023-07-13 09:45:28 -04:00