mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Optimize use for Archlinux
This commit is contained in:
parent
5aac0c385d
commit
35da0100e0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue