1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_install_firefox.git synced 2024-08-16 12:59:49 +02:00

Add deprecation warning

This commit is contained in:
L3D 2023-10-28 20:07:42 +02:00
parent 6b7d8d470f
commit 295b6ee36e
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,11 @@
firefox-installation - ansible role
=======================================
```
This ansible role is deprecated and no longer maintained.
Sorry
```
Ansible role to install firefox with some plugins and language packs, if your system packet manager provides them (and they are configured)
If you set the variable ``install_pass_as_password_manager`` to true, it will also install pass and (on arch) the browser extention to communicate. That allowes you to store you passwords in gpg encrypted files on your computer. [Read More](https://www.passwordstore.org/). *But better have a look at [GoPass](https://www.gopass.pw/) if you want to use a good password manager.*

View file

@ -6,6 +6,11 @@
- name: Include OS Specific vars
ansible.builtin.include_vars: "{{ lookup('first_found', firefox_params) }}"
- name: Role no longer maintained
ansible.builtin.fail:
msg: This role is no longer maintained
when: firefox_skip_deprecation_message | default(true) | bool
- name: Install firefox
become: true
ansible.builtin.package: