Files
fedora-infra_ansible/roles
Nils Philippsen 6e62fcbe69 Don't drop temporary files all over the place
When renaming a file over another which is the same hard link, the
rename is a no-op. This left many temporary files in /var/log/hosts
because a file is attempted to be synced (and thus hard-linked between
dated and undated file names) over a couple of days. The solution to
this is how the `ln` command does it: rename, then unlink the temporary
file.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-08-12 09:45:49 +00:00
..
2021-07-13 19:52:24 +00:00
2021-08-10 15:17:02 +00:00
2021-08-12 09:06:47 +02:00
2021-07-02 11:19:45 +02:00
2021-07-21 17:47:19 +02:00
2021-08-10 20:37:12 +00:00
2021-08-10 15:17:02 +00:00
2021-08-10 15:17:02 +00:00
2021-04-29 10:46:54 +02:00
2021-08-10 15:17:02 +00:00
2021-06-08 02:12:05 +02:00
2021-08-10 15:17:02 +00:00
2021-06-11 11:40:51 +02:00
2021-05-13 12:41:05 -07:00
2021-07-05 18:32:07 +10:00

Space for our ansible roles - ansible 1.2 and above only