raspi
This commit is contained in:
parent
e14c3e58d5
commit
f8a32b00ee
14
chromium.yml
14
chromium.yml
@ -13,13 +13,13 @@
|
||||
- chromium
|
||||
when: (raspi.stat.exists == false)
|
||||
|
||||
- name: Install Chromium on Raspi
|
||||
apt:
|
||||
name:
|
||||
- chromium-browser
|
||||
- rpi-chromium-mods
|
||||
- chromium-codecs-ffmpeg-extra
|
||||
when: (raspi.stat.exists == true)
|
||||
- name: Install Chromium on Raspi
|
||||
apt:
|
||||
name:
|
||||
- chromium-browser
|
||||
- rpi-chromium-mods
|
||||
- chromium-codecs-ffmpeg-extra
|
||||
when: (raspi.stat.exists == true)
|
||||
|
||||
- name: Create a directory if it does not exist
|
||||
ansible.builtin.file:
|
||||
|
Loading…
Reference in New Issue
Block a user