From c32b7d8e28843e853925211f2830d7cb9b51f8d8 Mon Sep 17 00:00:00 2001 From: Petr Kubica Date: Wed, 7 Mar 2018 10:12:11 +0100 Subject: [PATCH] Fixed /.unconfigured file (#22) detailed info: https://www.ovirt.org/documentation/how-to/virtual-machines/sealing-linux-vm/ --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index fbc0c74..0701b16 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -8,7 +8,7 @@ - name: Flag the system for reconfiguration file: - path: './unconfigured' + path: '/.unconfigured' state: touch - name: Fetch SSH keys to be removed