From 1f799e612d387d23a27e10f58ebba87f27e348bc Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sun, 29 Nov 2020 22:06:27 +0000 Subject: [PATCH] Install Firefox and Chromium, ignore errors regarding motd-news --- provisioning/playbook.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/provisioning/playbook.yml b/provisioning/playbook.yml index 378624a..fe5361b 100644 --- a/provisioning/playbook.yml +++ b/provisioning/playbook.yml @@ -34,6 +34,7 @@ path: /etc/default/motd-news regexp: '^\s*ENABLED=\s*1' line: ENABLED=0 + ignore_errors: yes - name: Update apt cache apt: @@ -60,6 +61,13 @@ autologin-user-timeout=0 user-session=xfce + - name: Install browsers + apt: + pkg: + - firefox + - chromium-browser + register: browsers_installed + - name: Reboot system reboot: when: desktop_installed.changed