mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
(cherry picked from commit ddc989ec6d
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c5ff49db56
commit
5a2e7f9b1b
38 changed files with 242 additions and 228 deletions
|
@ -36,7 +36,7 @@ options:
|
|||
description:
|
||||
- Accept any licences.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
aliases: [ accept, accept_licences ]
|
||||
be_name:
|
||||
description:
|
||||
|
@ -46,7 +46,7 @@ options:
|
|||
description:
|
||||
- Refresh publishers before execution.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
- name: Install Vim
|
||||
|
@ -56,7 +56,7 @@ EXAMPLES = '''
|
|||
- name: Install Vim without refreshing publishers
|
||||
community.general.pkg5:
|
||||
name: editor/vim
|
||||
refresh: no
|
||||
refresh: false
|
||||
|
||||
- name: Remove finger daemon
|
||||
community.general.pkg5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue