From dbc05da43fc1c16dd31311d8036c3dfe535d9b58 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 30 May 2024 10:45:16 +0200 Subject: [PATCH] Back to how it was. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index fac8ca5..be1b275 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,7 +21,7 @@ - name: Prepare system # At this stage, python and/or sudo are not installed, `become` can't be used. # This means this role has to run as root, can't switch user. - become: "{{ bootstrap_become }}" + become: false block: - name: Test connection ansible.builtin.wait_for_connection: