mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
parent
be2de15c66
commit
ddc989ec6d
38 changed files with 242 additions and 228 deletions
|
@ -138,7 +138,7 @@ options:
|
|||
description:
|
||||
- Register the system even if it is already registered
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
release:
|
||||
description:
|
||||
- Set a release version
|
||||
|
@ -173,7 +173,7 @@ options:
|
|||
RHSM server immediately. When this option is false, then syspurpose attributes
|
||||
will be synchronized with RHSM server by rhsmcertd daemon.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue