Skip to content

Commit

Permalink
fix install python command
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed May 31, 2024
1 parent 310291e commit 94e86e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/configure-k8s-instances.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 94e86e6

Please sign in to comment.