You've already forked ansible-role-repo-epel
Initial Project import
This commit is contained in:
10
molecule/mirror-is-set/converge.yml
Normal file
10
molecule/mirror-is-set/converge.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: "Include repo-almalinux"
|
||||
include_role:
|
||||
name: "repo-epel"
|
||||
vars:
|
||||
epel_specify_mirror: true
|
||||
epel_mirror_url: https://someproxyormirror.org.nz
|
||||
Reference in New Issue
Block a user