We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e9dbfe + 79f1117 commit 8cc989eCopy full SHA for 8cc989e
bootstrap.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
python3 -m venv .ansible
3
source .ansible/bin/activate
4
-pip3 install --upgrade pip
5
-pip3 install ansible netaddr
6
-pip3 install jmespath --force
+pip3 install -q --upgrade pip
+pip3 install -q ansible netaddr
+pip3 install -q jmespath --force
7
ansible-galaxy collection install ansible.utils --force
0 commit comments