From 94c072f1211121dece2fc956c8b238a27a932184 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 15 Mar 2021 17:30:41 +0100 Subject: [PATCH] bat role is only for debian --- setup_l460.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_l460.yml b/setup_l460.yml index 824f7f5..e52012b 100644 --- a/setup_l460.yml +++ b/setup_l460.yml @@ -49,7 +49,7 @@ - {role: pulseaudio, tags: [pulse, audio, pulseaudio], when: ansible_os_family == 'Archlinux'} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} - - {role: bat, tags: bat} + - {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - name: install some arch fonts hosts: l460