Hello to everyone!

I try executing ad-hoc command such as:
ansible windows -m win_user_right -a 'name=SeDenyRemoteInteractiveLogonRight 
users=MY_USER action=set'

but I get this error:
*The module win_user_right was not found in configured module paths. 
Additionally, core modules are missing. If this is a checkout, run 'git 
pull --rebase' to correct this problem.*

I have to mention that I execute successfully the "win_user" module prior 
to this ( which is an ansible team maintained module )
ansible windows -m win_user -a 'name=MY_USER password=MY_PASS state=present 
groups=Administrators'


What is the issue exactly here? To me it looks like the *win_user_right* 
module is missing, any clues ?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9a9ceca8-f0b6-49bc-a170-d3580dfef1c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to