Skip to content

Commit

Permalink
fixes some review
Browse files Browse the repository at this point in the history
  • Loading branch information
yannis-mlgrn committed Apr 17, 2022
1 parent ba910f0 commit bfe1413
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ansible/roles/ps4-controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

- name: Put rules in /etc/udev/rules.d/
become: yes
command: wget https://raw.githubusercontent.com/chrippa/ds4drv/master/udev/50-ds4drv.rules -O /etc/udev/rules.d/50-ds4drv.rules
get_url:
url: https://raw.githubusercontent.com/chrippa/ds4drv/master/udev/50-ds4drv.rules
dest: /etc/udev/rules.d/50-ds4drv.rules

- name: reload ds4drv rules
become: yes
Expand All @@ -24,11 +26,7 @@
name: git+https://github.com/Benvii/ds4drv.git@193_limit_simultaneous_controllers
virtualenv: /home/pi/venv/
virtualenv_command: /usr/bin/python3 -m venv

- name: reload systemctl
become: yes
command: systemctl daemon-reload


- name: Copy systemd service file to server
become: yes
template:
Expand Down

0 comments on commit bfe1413

Please sign in to comment.