mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Updating user module for new get_one
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user