trailing space removed

This commit is contained in:
Staf Wagemakers 2020-08-16 21:55:34 +02:00
parent c657367755
commit f8aebf8ec6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
set_fact:
detected_distribution: Raspbian
when: >
raspberry_pi|default(false) and
raspberry_pi|default(false) and
( ansible_facts.lsb.id|default("") == "Raspbian" or
ansible_facts.lsb.description|default("") is match("[Rr]aspbian.*") )