Skip to content

Commit

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

- name: Install docker Python library
become: true
pip:
name: docker

- name: Tear down existing services
community.docker.docker_compose:
Expand Down

0 comments on commit 1b5fa52

Please sign in to comment.