Skip to content

Commit

Permalink
Add pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes221 committed Mar 20, 2024
1 parent f9b6644 commit b97e1b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions github-deployment/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
repo: '{{ repo_folder }}'
dest: '{{ backend_src }}'
update: yes
- name: Install pip
become: true
apt:
name: python3-pip
state: present

- name: Install docker Python library
pip:
name: docker
Expand Down

0 comments on commit b97e1b3

Please sign in to comment.