ansible/roles/foo.sh-repo/tasks/main.yml
2021-03-16 23:07:26 +00:00

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