This commit is contained in:
Jeroen Vermeulen 2023-10-23 16:46:54 +02:00
parent 04367864a4
commit 34d64e7bc5
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ cd ~/repos
git clone --recurse-submodules git@git.snel.com:snelcom-ansible/snel.ansible.git snel.ansible
git config pull.rebase true
git config core.hooksPath .githooks
git -C playbooks/snel.kubernetes-cluster config pull.rebase true
git -C playbooks/snel.kubernetes-cluster config core.hooksPath .githooks
cd ~/repos/snel.ansible
python3 -m pip install --upgrade --requirement ./requirements.txt
ansible-galaxy install --force --role-file ./requirements.yml