Compare commits

..

1 Commits

Author SHA1 Message Date
94a52be6cc Only install clangd-12 on Ubuntu 20.04 2021-11-19 22:27:45 +00:00

View File

@ -17,9 +17,8 @@
- yamllint
- name: (neo)vim install apt packages
when: >-
ansible_distribution == "Ubuntu" and
ansible_distribution_release = "20.04"
when: ansible_distribution == "Ubuntu" and
ansible_distribution_release = "20.04"
become: true
apt:
name: '{{item}}'