7 lines
214 B
YAML
7 lines
214 B
YAML
---
|
|
- 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
|