mirror of
https://github.com/ansible/awx.git
synced 2026-05-25 01:27:45 -02:30
Fixing ny -> my typos
This commit is contained in:
@@ -61,7 +61,7 @@ EXAMPLES = '''
|
|||||||
description: '{{ token_description }}'
|
description: '{{ token_description }}'
|
||||||
scope: "write"
|
scope: "write"
|
||||||
state: present
|
state: present
|
||||||
tower_oauthtoken: "{{ ny_existing_token }}"
|
tower_oauthtoken: "{{ my_existing_token }}"
|
||||||
|
|
||||||
- name: Delete this token
|
- name: Delete this token
|
||||||
tower_token:
|
tower_token:
|
||||||
@@ -73,8 +73,8 @@ EXAMPLES = '''
|
|||||||
description: '{{ token_description }}'
|
description: '{{ token_description }}'
|
||||||
scope: "write"
|
scope: "write"
|
||||||
state: present
|
state: present
|
||||||
tower_username: "{{ ny_username }}"
|
tower_username: "{{ my_username }}"
|
||||||
tower_password: "{{ ny_password }}"
|
tower_password: "{{ my_password }}"
|
||||||
|
|
||||||
- name: Use our new token to make another call
|
- name: Use our new token to make another call
|
||||||
tower_job_list:
|
tower_job_list:
|
||||||
|
|||||||
Reference in New Issue
Block a user