diff options
Diffstat (limited to 'ansible/local_testing')
| -rw-r--r-- | ansible/local_testing/Vagrantfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/local_testing/Vagrantfile b/ansible/local_testing/Vagrantfile index e21357b..3532c0c 100644 --- a/ansible/local_testing/Vagrantfile +++ b/ansible/local_testing/Vagrantfile @@ -26,6 +26,8 @@ Vagrant.configure("2") do |config| cd /home/vagrant/infra sudo poetry config virtualenvs.create false sudo PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry install --only ansible --no-root + cd ansible/ + ansible-galaxy install -r roles/requirements.yml SHELL control.vm.provider "virtualbox" do |v| |