From f3454639eb92ac05397ae0354ea7000b9f99ecaf Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 25 Feb 2026 21:27:45 +0100 Subject: [PATCH] klal --- roles/mirror_repo/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/mirror_repo/tasks/main.yml b/roles/mirror_repo/tasks/main.yml index f1cdd1c..10f1767 100644 --- a/roles/mirror_repo/tasks/main.yml +++ b/roles/mirror_repo/tasks/main.yml @@ -1,12 +1,11 @@ --- - name: Update Rocky 9 repos to local mirror - hosts: rocky - become: yes + become: true vars: mirror_url: "http://192.168.77.101:8383/rocky/{{ ansible_distribution_major_version }}" - tasks: + block: - name: Disable mirrorlist replace: