mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 10:13:09 +00:00
Adjust booleans in source control modules. (#5158)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user