mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
klal
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: Update Rocky 9 repos to local mirror
|
- name: Update Rocky 9 repos to local mirror
|
||||||
hosts: rocky
|
become: true
|
||||||
become: yes
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
mirror_url: "http://192.168.77.101:8383/rocky/{{ ansible_distribution_major_version }}"
|
mirror_url: "http://192.168.77.101:8383/rocky/{{ ansible_distribution_major_version }}"
|
||||||
|
|
||||||
tasks:
|
block:
|
||||||
|
|
||||||
- name: Disable mirrorlist
|
- name: Disable mirrorlist
|
||||||
replace:
|
replace:
|
||||||
|
|||||||
Reference in New Issue
Block a user