From 4d6a0517ef80eefa1ab660f7a4ff1982713c2494 Mon Sep 17 00:00:00 2001 From: olli <> Date: Mon, 7 Oct 2024 16:13:01 +0200 Subject: [PATCH] raspi --- chromium.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chromium.yml b/chromium.yml index 1e8bd87..eefc73e 100644 --- a/chromium.yml +++ b/chromium.yml @@ -2,10 +2,10 @@ hosts: all tasks: - - name: check if we are in a RaspberryPiOS - stat: - path: /usr/bin/wayfire-pi - register: raspi + - name: check if we are in a RaspberryPiOS + stat: + path: /usr/bin/wayfire-pi + register: raspi - name: Install Chromium apt: