Skip to content

Commit

Permalink
removed wrong python path for run setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yannis-mlgrn committed Apr 16, 2022
1 parent 53ec7b8 commit 2dc99b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/roles/ps4-controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@

- name: run setup.py
become: no
command: /usr/bin/python3 setup.py install

command: /home/pi/venv/python setup.py install

- name: reload systemctl
become: yes
Expand Down

0 comments on commit 2dc99b5

Please sign in to comment.