mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Adjust booleans in source control modules. (#5158)
This commit is contained in:
parent
35a283918a
commit
675bdef190
14 changed files with 68 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue