mirror of https://github.com/ceph/ceph-ansible.git
tests: fix ceph tools baseurl
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1389/head
parent
408cd61483
commit
ead8dcebcf
|
@ -66,7 +66,7 @@
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: ceph-osd
|
name: ceph-osd
|
||||||
description: repo for rhcs ceph tools
|
description: repo for rhcs ceph tools
|
||||||
baseurl: "{{ repo_url }}/TOOLS/x86_64/os/"
|
baseurl: "{{ repo_url }}/Tools/x86_64/os/"
|
||||||
gpgcheck: no
|
gpgcheck: no
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue