Skip to content

Commit

Permalink
remove numpy install
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 24, 2022
1 parent 72428bc commit 29404e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ansible/roles/webserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
state: present
when: raspbian_version.stdout == 'buster'

- name: Upgrade numpy with pip
pip:
name: numpy
extra_args: --upgrade

- name: install nginx
become: yes
apt:
Expand Down

0 comments on commit 29404e0

Please sign in to comment.