„firefox.yml“ ändern
This commit is contained in:
parent
e443820b93
commit
c88cb65d0c
@ -1,7 +1,12 @@
|
|||||||
- name: Basic Debian Linux Setup
|
- name: Firefox setup
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Install Firefox
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- firefox
|
||||||
|
|
||||||
- name: Firefox policy
|
- name: Firefox policy
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: policies.json
|
src: policies.json
|
||||||
|
Loading…
Reference in New Issue
Block a user