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
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
- yaml-language-server
|
- yaml-language-server
|
||||||
become: true
|
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
|
- name: Add intelephense licence key
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
content: "{{ intelephense_licence }}"
|
content: "{{ intelephense_licence }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue