foo.sh_repo: Rename role

This commit is contained in:
Timo Makinen 2022-02-25 16:51:17 +00:00
parent 86864316e9
commit d75fc1cd78
4 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- {role: epel_repo}

View file

@ -0,0 +1,7 @@
---
- name: install foo.sh yum repository
yum_repository:
name: foo.sh
description: foo.sh - Internal YUM Repository
baseurl: https://mirrors.foo.sh/foo.sh/el$releasever/$basearch
gpgcheck: false