Updating user module for new get_one

This commit is contained in:
John Westcott IV
2020-09-03 11:15:59 -04:00
parent 51959b29de
commit 5042ad3a2b
2 changed files with 5 additions and 7 deletions

View File

@@ -15,9 +15,9 @@
that:
- "result is changed"
- name: Change a User
- name: Change a User by ID
tower_user:
username: "{{ username }}"
username: "{{ result.id }}"
last_name: User
email: joe@example.org
state: present