From 050d3f963d4f618a06974fe1c7f667793910b62f Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 10 Jan 2024 12:06:24 +0000 Subject: [PATCH] update setup AltLinux --- tasks/setup-Altlinux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/setup-Altlinux.yml b/tasks/setup-Altlinux.yml index 3fe2711..00c96c5 100644 --- a/tasks/setup-Altlinux.yml +++ b/tasks/setup-Altlinux.yml @@ -1,4 +1,7 @@ --- -- name: "Install needed packages" +- name: "Update cache" + package: + update_cache: true +- name: "Ensure needed packages are installed" package: name: "python3-module-pkg_resources" \ No newline at end of file