fix apt without root

This commit is contained in:
Pim Kunis 2023-02-11 21:14:07 +01:00
parent 1abbb0872b
commit 889b93a02e

View file

@ -49,6 +49,7 @@
name: name:
- "python-lsp-server[all]" - "python-lsp-server[all]"
- name: Install terraform-ls - name: Install terraform-ls
become: true
apt: apt:
pkg: terraform-ls pkg: terraform-ls
- name: Set default applications - name: Set default applications