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