Skip to content

Commit

Permalink
Merge pull request #580 from rsevilla87/quiet-bootstrap
Browse files Browse the repository at this point in the history
Quieter bootstrap
  • Loading branch information
openshift-merge-bot[bot] authored Dec 5, 2024
2 parents 3e9dbfe + 79f1117 commit 8cc989e
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 8cc989e

Please sign in to comment.