This commit is contained in:
olli 2024-10-07 16:13:01 +02:00
parent f8a32b00ee
commit 4d6a0517ef

View File

@ -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: