From 1a0407ba50c834800870eec1699566316e9f767a Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 1 Jun 2020 13:32:00 -0400 Subject: [PATCH] Fixing ny -> my typos --- awx_collection/plugins/modules/tower_token.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx_collection/plugins/modules/tower_token.py b/awx_collection/plugins/modules/tower_token.py index 58990b783d..68d5be87ac 100644 --- a/awx_collection/plugins/modules/tower_token.py +++ b/awx_collection/plugins/modules/tower_token.py @@ -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: