mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 20:20:31 -07:00
change booleans to true and false for YAML
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f2b71ac547
commit
0cc57047c0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ deleted_keys:
|
|||
"public_key": "zsBNBFayYZ...",
|
||||
"emails": [],
|
||||
"can_sign": False,
|
||||
"can_encrypt_comms": True,
|
||||
"can_encrypt_comms": true,
|
||||
"can_encrypt_storage": True,
|
||||
"can_certify": False,
|
||||
"created_at": "2016-03-24T11:31:04-06:00",
|
||||
|
|
Loading…
Add table
Reference in a new issue