Skip to content

Commit 8cc989e

Browse files
Merge pull request #580 from rsevilla87/quiet-bootstrap
Quieter bootstrap
2 parents 3e9dbfe + 79f1117 commit 8cc989e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
python3 -m venv .ansible
33
source .ansible/bin/activate
4-
pip3 install --upgrade pip
5-
pip3 install ansible netaddr
6-
pip3 install jmespath --force
4+
pip3 install -q --upgrade pip
5+
pip3 install -q ansible netaddr
6+
pip3 install -q jmespath --force
77
ansible-galaxy collection install ansible.utils --force

0 commit comments

Comments
 (0)