mirror of https://github.com/ceph/ceph-ansible.git
tests: change ceph/ubuntu-xenial boxes to rhel7
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1389/head
parent
5c34c9ccf1
commit
f2aaaa4970
|
@ -13,6 +13,13 @@
|
|||
dest: "{{ change_dir }}/vagrant_variables.yml"
|
||||
when: change_dir is defined
|
||||
|
||||
- name: change ceph/ubuntu-xenial vagrant box name to rhel7
|
||||
replace:
|
||||
regexp: "ceph/ubuntu-xenial"
|
||||
replace: "rhel7"
|
||||
dest: "{{ change_dir }}/vagrant_variables.yml"
|
||||
when: change_dir is defined
|
||||
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
become: yes
|
||||
|
|
Loading…
Reference in New Issue