From 79f111762cdbd3483f80cee334c26e3594377fb5 Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Thu, 5 Dec 2024 10:31:25 +0100 Subject: [PATCH] Quieter bootstrap Signed-off-by: Raul Sevilla --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 70e36a30..930b6fd8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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