mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
did some minor refactoring on docs and fixed spelling mistakes (thanks
Mikhail) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
821aa432a6
commit
555f12c59a
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Ansible module to configure debian packages.
|
Ansible module to configure .deb packages.
|
||||||
(c) 2014, Brian Coca <briancoca+ansible@gmail.com>
|
(c) 2014, Brian Coca <briancoca+ansible@gmail.com>
|
||||||
|
|
||||||
This file is part of Ansible
|
This file is part of Ansible
|
||||||
|
@ -24,13 +24,13 @@ along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: debconf
|
module: debconf
|
||||||
short_description: Configure a debian package
|
short_description: Configure a .deb package
|
||||||
description:
|
description:
|
||||||
- Configure a Debian package using debconf-set-selections
|
- Configure a .deb package using debconf-set-selections
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
notes:
|
notes:
|
||||||
- A number of questions have to be answered (depending on the package).
|
- A number of questions have to be answered (depending on the package).
|
||||||
Use 'debconf-show <package>' on any debian/derivative with the package
|
Use 'debconf-show <package>' on any Debian or derivative with the package
|
||||||
installed to see questions/settings available.
|
installed to see questions/settings available.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
@ -60,7 +60,7 @@ options:
|
||||||
aliases: ['awnser']
|
aliases: ['awnser']
|
||||||
unseen:
|
unseen:
|
||||||
description:
|
description:
|
||||||
- Do not set 'seen' flag when preseeding
|
- Do not set 'seen' flag when pre-seeding
|
||||||
required: false
|
required: false
|
||||||
default: False
|
default: False
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue