From 470fedf579b1439663ece128b7e6d835bf5dbb72 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 9 Feb 2023 18:16:34 +0100 Subject: [PATCH] uprade: Update the remote user Signed-off-by: Noah Knegt --- playbooks/apt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/apt.yml b/playbooks/apt.yml index 7f6142b..bebdc0a 100644 --- a/playbooks/apt.yml +++ b/playbooks/apt.yml @@ -1,4 +1,5 @@ -- hosts: 'ubuntu' +- hosts: ubuntu + remote_user: provision become: true tasks: - name: upgrade system