Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quieter bootstrap #580

Merged
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