From c88cb65d0cf218f17939ba0901a2b34820e3fc0b Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 12 Jul 2022 16:09:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Efirefox.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firefox.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firefox.yml b/firefox.yml index 3756988..5100293 100644 --- a/firefox.yml +++ b/firefox.yml @@ -1,7 +1,12 @@ -- name: Basic Debian Linux Setup +- name: Firefox setup hosts: all tasks: + - name: Install Firefox + apt: + name: + - firefox + - name: Firefox policy ansible.builtin.copy: src: policies.json