]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Vagrantfile: fallback on 'varant_variables.yml.sample'
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 10 Aug 2021 14:11:37 +0000 (16:11 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 18 Aug 2021 07:12:40 +0000 (09:12 +0200)
commit3d27f9e7dc7ee775be57c27c3620009f9935ddcc
treee02554149e3251ab4b1286571e762f9a81761672
parent95bce32270c7f5ea7e397588340b674efd7db63f
Vagrantfile: fallback on 'varant_variables.yml.sample'

When using a vagrant command from the root directory of the repo, it
throws an error if no 'vagrant_variables.yml' file is present.

```
Message: Errno::ENOENT: No such file or directory @ rb_sysopen - /home/guits/workspaces/ceph-ansible/vagrant_variables.yml
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Vagrantfile