mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
vyos_user fix idempotent (#26289)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
34589cee6d
commit
93bbcd8a32
3 changed files with 38 additions and 19 deletions
|
@ -33,6 +33,7 @@
|
|||
name: ansibletest1
|
||||
password: test
|
||||
state: present
|
||||
update_password: on_create
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue