From 8c14e566e159a60ebe8994150b5e5a03787f1c06 Mon Sep 17 00:00:00 2001 From: stephane Gratias Date: Mon, 19 Jun 2023 22:29:42 +0200 Subject: [PATCH] first --- playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yml b/playbook.yml index 06c50ce..9808c69 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,6 +2,7 @@ - name: Mise à jour et mise à niveau d'Ubuntu hosts: all become: true + become_user: stephane tasks: - name: Update all packages to their latest version ansible.builtin.apt: