diff --git a/README.md b/README.md index 575b57d..9cbe8fd 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/tasks/main.yml b/tasks/main.yml index 0ea3348..89216c1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: