Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Mar 3, 2024
1 parent fcf2a2f commit 018566c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tasks/debian/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

- name: Semaphore | Requirements | Installing python3-pip
ansible.builtin.apt:
name: 'python3-pip'
state: present

- name: Semaphore | Requirements | Installing python3-virtualenv
ansible.builtin.pip:
name: 'virtualenv'
name: ['python3-pip', 'python3-virtualenv']
state: present

- name: Semaphore | Requirements | Writing pip-requirements to file
Expand Down

0 comments on commit 018566c

Please sign in to comment.