diff --git a/bootstrap/playbooks/solar.yaml b/bootstrap/playbooks/solar.yaml index 3801f78c..29c542ec 100644 --- a/bootstrap/playbooks/solar.yaml +++ b/bootstrap/playbooks/solar.yaml @@ -19,7 +19,7 @@ tasks: # setup solar-resources # change to openstack/solar-resources later - - git: repo=https://github.com/openstack/solar-resources.git version=0.2.0 dest=/vagrant/solar-resources update=no + - git: repo=https://github.com/openstack/solar-resources.git version=master dest=/vagrant/solar-resources update=no - shell: 'mount|grep " /vagrant"' register: vagrant_mounted