mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Fix typo in application module example (#12187)
This commit is contained in:
@@ -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/
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user