diff options
author | 2024-05-01 09:19:13 +0200 | |
---|---|---|
committer | 2024-05-01 18:15:14 +0200 | |
commit | ba970c7b3ffea5c773bc9d65fde3f37c4a5f4c60 (patch) | |
tree | ebad107a99bd7ac964feb32b13d6ae36d988f888 /ansible/local_testing | |
parent | ignore pycharm's idea files (diff) |
Depend on ansible-core instead of Ansible
Allow for faster local installation by only installing what we need.
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| |