mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1180 from ceph/ceph-installer-sync
changes needed for ceph-installer supportpull/1190/head
commit
7e74fab370
|
@ -31,7 +31,7 @@ Ansible playbooks for Ceph
|
|||
%install
|
||||
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
|
||||
|
||||
for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do
|
||||
for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do
|
||||
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
|
||||
done
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
- clients
|
||||
- iscsigws
|
||||
gather_facts: false
|
||||
tags:
|
||||
- always
|
||||
tasks:
|
||||
# If we can't get python2 installed before any module is used we will fail
|
||||
# so just try what we can to get it installed
|
||||
|
|
Loading…
Reference in New Issue