From 2056ba9c9970cdb761d21cc7519bd9bef4721c8f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 5 Oct 2025 20:28:49 +0200 Subject: [PATCH] correct wrong parameter and use RFC example domains correct wrong parameter and use RFC example domains --- plugins/modules/netbox_user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/netbox_user.py b/plugins/modules/netbox_user.py index 36c289f56..068d613da 100644 --- a/plugins/modules/netbox_user.py +++ b/plugins/modules/netbox_user.py @@ -98,7 +98,7 @@ netbox_token: thisIsMyToken data: username: MyUser - password: my@user.com + email: my@example.com state: present - name: Delete user within netbox @@ -116,7 +116,7 @@ data: username: MyUser2 password: MyPassword - email: my@user.com + email: my@example.com first_name: My last_name: User state: present