diff --git a/tasks/input.yml b/tasks/input.yml index 100c9e6..aa1a9f0 100644 --- a/tasks/input.yml +++ b/tasks/input.yml @@ -56,3 +56,9 @@ - name: Enable US locale locale_gen: name: en_US.UTF-8 + +- name: Make the FN key work the correct way on Apple keyboards + lineinfile: + path: /etc/modprobe.d/hid_apple.conf + line: options hid_apple fnmode=2 + create: true diff --git a/tasks/mac.yml b/tasks/mac.yml index 851578f..fe1497b 100644 --- a/tasks/mac.yml +++ b/tasks/mac.yml @@ -15,12 +15,6 @@ enabled: true state: started -- name: Make the FN key work the correct way - lineinfile: - path: /etc/modprobe.d/hid_apple.conf - line: options hid_apple fnmode=2 - create: true - - name: Disable power key lineinfile: path: /etc/systemd/logind.conf