mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
update inline documentation
This commit is contained in:
committed by
Matt Clay
parent
2e80ff1898
commit
2d9d474f23
@@ -36,6 +36,12 @@ options:
|
||||
choices: [ 'present', 'absent' ]
|
||||
required: false
|
||||
default: present
|
||||
force:
|
||||
description:
|
||||
- opkg --force parameter used
|
||||
choices: ["", "depends", "maintainer", "reinstall", "overwrite", "downgrade", "space", "postinstall", "remove", "checksum", "removal-of-dependent-packages"]
|
||||
required: false
|
||||
default: absent
|
||||
update_cache:
|
||||
description:
|
||||
- update the package db first
|
||||
@@ -49,6 +55,7 @@ EXAMPLES = '''
|
||||
- opkg: name=foo state=present update_cache=yes
|
||||
- opkg: name=foo state=absent
|
||||
- opkg: name=foo,bar state=absent
|
||||
- opkg: name=foo state=present force=overwrite
|
||||
'''
|
||||
|
||||
import pipes
|
||||
|
||||
Reference in New Issue
Block a user