More bools. (#580)

This commit is contained in:
Felix Fontein
2023-03-06 23:04:27 +01:00
committed by GitHub
parent 5a3e21788d
commit 4d21f1c19c
2 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ EXAMPLES = '''
- name: Force regenerate an OpenSSH keypair if it already exists
community.crypto.openssh_keypair:
path: /tmp/id_ssh_rsa
force: True
force: true
- name: Generate an OpenSSH keypair with a different algorithm (dsa)
community.crypto.openssh_keypair: