Skip to content

Commit

Permalink
fix(ansible): add space after variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Oct 17, 2021
1 parent 5cc8434 commit daff62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup-Linux-Unix.yml
Expand Up @@ -28,5 +28,5 @@
when: not stat_result.stat.exists

- name: Linux/Unix | Install JetBrains ToolBox
ansible.builtin.command: "{{ jetbrains_toolbox_install_exec}}"
ansible.builtin.command: "{{ jetbrains_toolbox_install_exec }}"
when: not stat_result.stat.exists

0 comments on commit daff62b

Please sign in to comment.