Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
python3 -m venv .ansible
source .ansible/bin/activate
pip3 install --upgrade pip
pip3 install ansible netaddr
pip3 install jmespath --force
pip3 install -q --upgrade pip
pip3 install -q ansible netaddr
pip3 install -q jmespath --force
ansible-galaxy collection install ansible.utils --force