debconf
Collection: builtin
Full Name: parallax.builtin.debconf
Aliases: ansible.builtin.debconf, debconf
Synopsis
Manage debconf
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | Name of package to configure | |
| question | string | A debconf configuration setting | ||
| value | string | Value to set the configuration setting to | ||
| vtype | string | The type of the value supplied Choices: boolean, error, multiselect, note, password, seen, select, string, text, title | ||
| unseen | bool | false | Do not set ‘seen’ flag when pre-seeding |
Example
- name: Example debconf task
debconf:
name: <your_name>