Fixing ny -> my typos

This commit is contained in:
John Westcott IV
2020-06-01 13:32:00 -04:00
parent 1dbea4614b
commit 1a0407ba50

View File

@@ -61,7 +61,7 @@ EXAMPLES = '''
description: '{{ token_description }}'
scope: "write"
state: present
tower_oauthtoken: "{{ ny_existing_token }}"
tower_oauthtoken: "{{ my_existing_token }}"
- name: Delete this token
tower_token:
@@ -73,8 +73,8 @@ EXAMPLES = '''
description: '{{ token_description }}'
scope: "write"
state: present
tower_username: "{{ ny_username }}"
tower_password: "{{ ny_password }}"
tower_username: "{{ my_username }}"
tower_password: "{{ my_password }}"
- name: Use our new token to make another call
tower_job_list: