mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix capitalization on os_project_access examples (#37965)
This commit is contained in:
parent
8690937fb3
commit
02cb0fd30d
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ requirements:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: "Enable access to tiny flavor to your tenant."
|
||||
os_project_Access:
|
||||
os_project_access:
|
||||
cloud: mycloud
|
||||
state: present
|
||||
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
||||
|
@ -66,7 +66,7 @@ EXAMPLES = '''
|
|||
|
||||
|
||||
- name: "Disable access to the given flavor to project"
|
||||
os_project_Access:
|
||||
os_project_access:
|
||||
cloud: mycloud
|
||||
state: absent
|
||||
target_project_id: f0f1f2f3f4f5f67f8f9e0e1
|
||||
|
|
Loading…
Reference in a new issue