Adjust booleans in packaging modules. (#5154)

This commit is contained in:
Felix Fontein 2022-08-24 19:59:13 +02:00 committed by GitHub
parent be2de15c66
commit ddc989ec6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 242 additions and 228 deletions

View file

@ -36,12 +36,12 @@ options:
- Remove other then added repositories
- Used if I(state=present)
type: bool
default: no
default: false
update:
description:
- Update the package database after changing repositories.
type: bool
default: no
default: false
author:
- Mikhail Gordeev (@obirvalger)
'''
@ -56,13 +56,13 @@ EXAMPLES = '''
community.general.apt_repo:
repo: Sisysphus
state: present
remove_others: yes
remove_others: true
- name: Add local repository `/space/ALT/Sisyphus` and update package cache
community.general.apt_repo:
repo: copy:///space/ALT/Sisyphus
state: present
update: yes
update: true
'''
RETURN = ''' # '''