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