fix(neovim-lsp): create Intelephense directory

Ensure that the directory exists to create the licence file in.
This commit is contained in:
Oliver Davies 2022-07-13 09:13:14 +01:00 committed by GitHub
parent 3dfa00942d
commit 8cd1ccb397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"