From 5e4920745e9267f8fe06a3c24b299ffbc0e1639e Mon Sep 17 00:00:00 2001 From: Ian Ensor Date: Fri, 21 Jan 2022 13:36:33 +0000 Subject: [PATCH] Update ansible_osx.yml Corrected typo of 'keyboard' --- ansible_osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_osx.yml b/ansible_osx.yml index 67ad7e9..3d52b35 100644 --- a/ansible_osx.yml +++ b/ansible_osx.yml @@ -134,7 +134,7 @@ owner: "{{ lookup('env', 'USER') }}" force: yes - - name: Create a default VSCode keuybinding configuration + - name: Create a default VSCode keybinding configuration template: src: templates/vscode-keybindings.json.j2 dest: /Users/{{ lookup('env', 'USER') }}/Library/Application Support/Code/User/keybindings.json