dpkg_selections

Collection: builtin

Full Name: parallax.builtin.dpkg_selections

Aliases: ansible.builtin.dpkg_selections, dpkg_selections

Synopsis

Manage dpkg selections

Parameters

NameTypeRequiredDefaultDescription
namestringyesName of the package
selectionstringyesThe selection state Choices: install, hold, deinstall, purge

Example

- name: Example dpkg_selections task
  dpkg_selections:
    name: <your_name>
    selection: install