From 57e053d2048b5c4004e2ff5a958e0fdfe51d620b Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Mon, 4 Nov 2024 12:15:09 +0100 Subject: [PATCH] Add the cleanup note inside the Libvirt README This commit adds a note mentioning the cleanup in the Libvirt README. --- Libvirt.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Libvirt.md b/Libvirt.md index 4164685..9ccb30b 100644 --- a/Libvirt.md +++ b/Libvirt.md @@ -286,3 +286,6 @@ tf_libvirt_cloud_inits: but you can check the [cloud-init documentation](https://cloudinit.readthedocs.io/en/latest/reference/examples.html) to see how it is possible to change `cfg` contents and so the clod-init behavior. + +Note that for each run of `tfs_generator.yml` playbook a cleanup is made to +ensure that there are no residual `.tf` and `.cfg` files from previous runs.