ceph-ansible/roles/ceph-common/tasks/installs/redhat_custom_repository.yml

8 lines
152 B
YAML

---
- name: configure red hat custom repository
get_url:
url: "{{ ceph_custom_repo }}"
dest: /etc/yum.repos.d
owner: root
group: root