fix(neovim-lsp): create Intelephense directory
Ensure that the directory exists to create the licence file in.
This commit is contained in:
parent
3dfa00942d
commit
8cd1ccb397
|
@ -19,6 +19,12 @@
|
|||
- yaml-language-server
|
||||
become: true
|
||||
|
||||
- name: Create intelephense directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ ansible_user_dir }}/intelephense"
|
||||
state: directory
|
||||
when: intelephense_licence is defined
|
||||
|
||||
- name: Add intelephense licence key
|
||||
ansible.builtin.copy:
|
||||
content: "{{ intelephense_licence }}"
|
||||
|
|
Loading…
Reference in a new issue