You've already forked repo-almalinux
11 lines
245 B
YAML
11 lines
245 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
tasks:
|
|
- name: "Include repo-almalinux"
|
|
include_role:
|
|
name: "repo-almalinux"
|
|
vars:
|
|
almalinux_specify_mirror: true
|
|
almalinux_mirror_url: https://someproxyormirror.org.nz
|