Compare commits

..

1 Commits

Author SHA1 Message Date
49051cff43 Only install clangd-12 on Ubuntu 20.04 2021-11-19 22:34:46 +00:00

View File

@ -27,8 +27,8 @@
- clangd-12
- name: (neo)vim install clangd alternative
when: ansible_distribution == "Ubuntu" and
ansible_distribution_release = "20.04"
when: ansible_distribution == 'Ubuntu' and
ansible_distribution_release == '20.04'
become: true
alternatives:
name: clangd