1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-24 14:17:22 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 68 additions and 68 deletions

View file

@ -101,9 +101,9 @@ EXAMPLES = '''
organization: MyOrganization
name: myrepo
description: "Just for fun"
private: yes
private: true
state: present
force_defaults: no
force_defaults: false
register: result
- name: Delete the repository