Skip to content

pkg_uninstall_firefox_esr

This ansible role uninstalls the firefox-esr package on debian systems.

Installation

To install the role, you'll need to use ansible-galaxy:

ansible-galaxy install git+https://gitlab.com/niclas-zone/tools/ansible/roles/pkg_uninstall_firefox_esr.git

Usage

You can include this role in your playbook as follows:

- hosts: your_target_hosts
  roles:
    - pkg_uninstall_firefox_esr