Add Mozilla Firefox and Thunderbird

This commit is contained in:
Timo Makinen 2021-06-25 16:13:54 +00:00
parent fd3743f293
commit 8dd41ca4eb
4 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
- name: install packages
package:
name: thunderbird
state: installed
- name: install default settings
copy:
dest: /usr/lib64/thunderbird/defaults/pref/00-foo.sh.js
src: foo.sh.js
mode: 0644
owner: root
group: "{{ ansible_wheel }}"