Adjust booleans in source control modules. (#5158)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:56 +02:00
committed by GitHub
parent 35a283918a
commit 675bdef190
14 changed files with 68 additions and 68 deletions

View File

@@ -37,11 +37,11 @@ options:
type: str
force:
description:
- The default is C(yes), which will replace the existing remote key
if it's different than C(pubkey). If C(no), the key will only be
- The default is C(true), which will replace the existing remote key
if it's different than C(pubkey). If C(false), the key will only be
set if no key with the given C(name) exists.
type: bool
default: 'yes'
default: true
author: Robert Estelle (@erydo)
'''