em
/
gjk-ansible-fedora
Archived
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 lines
403 B
YAML

- name: Firefox configuration
hosts: all
user: administrator
become: true
tasks:
- name: Firefox addons folder
file: path=/usr/lib64/firefox/distribution/extensions state=directory
- name: Firefox addons installation
copy:
src: 'files/firefox-addons/uBlock0@raymondhill.net.xpi'
dest: '/usr/lib64/firefox/distribution/extensions/uBlock0@raymondhill.net.xpi'