Skip to content

Commit

Permalink
Install pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Dec 29, 2022
1 parent 206a529 commit b8669aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/setup/certbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
update_cache: true
when: "'python3' not in ansible_facts.packages"

- name: "{{ service_name }} | setup | certbot | Install pip3"
ansible.builtin.apt:
name: python3-pip
update_cache: true
when: "'python3-pip' not in ansible_facts.packages"

- name: "{{ service_name }} | setup | certbot | Upgrade pip"
ansible.builtin.pip:
name: pip
Expand Down

0 comments on commit b8669aa

Please sign in to comment.