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