This task only contains workarounds that we shouldn't have to
worry about to begin with, and that hopefully in due time we'll
be able to drop entirely. Rename it to make this more apparent.

Signed-off-by: Andrea Bolognani <[email protected]>
---
 guests/site.yml                          | 2 +-
 guests/tasks/{compat.yml => kludges.yml} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename guests/tasks/{compat.yml => kludges.yml} (100%)

diff --git a/guests/site.yml b/guests/site.yml
index 869291d..26127be 100644
--- a/guests/site.yml
+++ b/guests/site.yml
@@ -32,7 +32,7 @@
     # Configure environment. Needs to happen after installing base packages
     - include: tasks/bootloader.yml
     - include: tasks/services.yml
-    - include: tasks/compat.yml
+    - include: tasks/kludges.yml
     - include: tasks/users.yml
 
     # Install build dependencies for each project
diff --git a/guests/tasks/compat.yml b/guests/tasks/kludges.yml
similarity index 100%
rename from guests/tasks/compat.yml
rename to guests/tasks/kludges.yml
-- 
2.14.3

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to