Skip to content

Commit

Permalink
Dont use the ansible make module because it uses gmake instead of make
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-hanna committed Jan 26, 2020
1 parent 2fa4edc commit f3460ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions roles/keyboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
command: chdir={{ tools_dir }}/interception_tools/build cmake ..

- name: Make install the interception tools
make:
target: install
chdir: "{{ tools_dir }}/interception_tools/build"
command: chdir={{ tools_dir }}/interception_tools/build make install
become: true

- name: Clone caps2esc repo locally
Expand All @@ -62,9 +60,7 @@
command: chdir={{ tools_dir }}/caps2esc/build cmake ..

- name: Make install the caps2esc
make:
target: install
chdir: "{{ tools_dir }}/caps2esc/build"
command: chdir={{ tools_dir }}/caps2esc/build make install
become: true

- name: Add caps2esc configs /etc/udevmon.yaml
Expand Down

0 comments on commit f3460ad

Please sign in to comment.