diff --git a/molecule/configure-k8s-instances.yml b/molecule/configure-k8s-instances.yml index 5a61b4b..f1602b5 100644 --- a/molecule/configure-k8s-instances.yml +++ b/molecule/configure-k8s-instances.yml @@ -1,7 +1,8 @@ --- - name: Install Python - ansible.builtin.raw: apt update && apt install -y python3-pip python3 python3-apt + ansible.builtin.raw: | + apt update && apt install -yq --no-install-recommends python3 python3-pip python3-apt changed_when: false - name: Install prerequisites