mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Fix typo in application module example (#12187)
This commit is contained in:
@@ -79,7 +79,7 @@ EXAMPLES = '''
|
|||||||
organization: "test"
|
organization: "test"
|
||||||
state: present
|
state: present
|
||||||
authorization_grant_type: password
|
authorization_grant_type: password
|
||||||
client-type: public
|
client_type: public
|
||||||
|
|
||||||
- name: Add Foo application
|
- name: Add Foo application
|
||||||
application:
|
application:
|
||||||
@@ -88,7 +88,7 @@ EXAMPLES = '''
|
|||||||
organization: "test"
|
organization: "test"
|
||||||
state: present
|
state: present
|
||||||
authorization_grant_type: authorization-code
|
authorization_grant_type: authorization-code
|
||||||
client-type: confidential
|
client_type: confidential
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- http://tower.com/api/v2/
|
- http://tower.com/api/v2/
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user