mirror of https://github.com/ceph/ceph-ansible.git
8 lines
152 B
YAML
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
|