From 35da0100e0d426c4b47f17f3ef0a6e6787f7e01f Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 27 Oct 2020 17:18:59 +0100 Subject: [PATCH] Optimize use for Archlinux --- tasks/editor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/editor.yml b/tasks/editor.yml index 366c0e9..7dea30f 100644 --- a/tasks/editor.yml +++ b/tasks/editor.yml @@ -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