1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

Optimize use for Archlinux

This commit is contained in:
L3D 2020-10-27 17:18:59 +01:00 committed by Lilian Roller
parent 5aac0c385d
commit 35da0100e0
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -8,6 +8,7 @@
- editor_is_vim | bool
- ansible_distribution != 'CentOS'
- ansible_distribution != 'RedHat'
- ansible_distribution != 'Archlinux'
ignore_errors: yes
- name: vim is our editor
@ -19,4 +20,5 @@
- editor_is_vim | bool
- ansible_distribution == 'CentOS'
- ansible_distribution == 'RedHat'
- ansible_distribution == 'Archlinux'
ignore_errors: yes