Fix default ceph-ansible repo

Queens comes with ceph luminous, so this patch
just fix the default repo variable.

Change-Id: I535618b726db49505c3ba56c12daf99201111ac8
This commit is contained in:
Francesco Pantano 2020-01-30 09:42:36 +01:00
parent bf3dd11159
commit df05c075d4
No known key found for this signature in database
GPG Key ID: 799868C47301D458
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
groups: groups:
- pre-deployment - pre-deployment
fail_without_ceph_ansible: false fail_without_ceph_ansible: false
ceph_ansible_repo: "centos-ceph-nautilus" ceph_ansible_repo: "centos-ceph-luminous"
tasks: tasks:
- name: Check if ceph-ansible is installed - name: Check if ceph-ansible is installed
command: yum list installed ceph-ansible command: yum list installed ceph-ansible