Skip to content

Commit

Permalink
fix(Playbook):install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 6, 2024
1 parent 75ec7a2 commit 7b86740
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@

- name: PRE_TASK Update apt cache
become: true
apt:
ansible.builtin.apt:
upgrade: true
update_cache: true
autoremove: true
autoclean: true


- name: Pip
ansible.builtin.apt:
name: python3-pip
state: latest

tasks:
- name: Setting up your virtual machine
block:
Expand Down

0 comments on commit 7b86740

Please sign in to comment.