From 695b5019b9e95edb4016dd6550973b8bc24f3bad Mon Sep 17 00:00:00 2001 From: tiijay Date: Sun, 17 Nov 2024 16:34:53 +0100 Subject: [PATCH] v.1.1.1 system-upgrade update&upgrade --- system-upgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-upgrade.yml b/system-upgrade.yml index a92955f..79b4e0a 100644 --- a/system-upgrade.yml +++ b/system-upgrade.yml @@ -5,6 +5,6 @@ tasks: - name: update respository index - ansible.builtin.package: + ansible.builtin.apt: update_cache: yes - \ No newline at end of file + upgrade: safe \ No newline at end of file