ansible/roles/foo.sh-repo/tasks/main.yml

7 lines
211 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: no