[ansible-project] Re: win_domain_user and tree traversing

2019-01-09 Thread John Harmon
OK, it was an issue with credssp, but RHEL seems to have issues installing all of the necessary packages when on the latest code. I am on 7.6 with pip 18.1. I had to downgrade pip in order to install credssp: pip install --upgrade --force-reinstall pip==9.0.3 After that I upgraded pip again

[ansible-project] Re: win_domain_user and tree traversing

2019-01-09 Thread John Harmon
H this might be a credssp issue. Let me work on that for a while and get back to this. -- 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

[ansible-project] Re: win_domain_user and tree traversing

2019-01-09 Thread John Harmon
My query: tasks: - name: Windows AD Testing win_domain_user: name: "{{ user }}" state: query register: username - debug: var: username -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To