--
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-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f7ec15e4-7785-456e-bebe-fa4b3e0388a9o%40googlegroups.com.
This indicates you are running the playbook with become, or the inventory specifies the hosts use become. However, you have not configured the become_method for those Windows hosts to use `runas` instead of the default `sudo`.
On Tue, Aug 4, 2020 at 2:57 PM Wafi sh <waf...@gmail.com> wrote:
--Using AWX 13.0.0 (Ansible 2.9.10)The playbook:-------------------------------------- hosts: allname: DNS Fix Windowsgather_facts: notasks:- name: Check datacenterwin_shell: |CODE-BLOCKregister: datacenter-----------------------------------AWX error:{"msg": "The powershell shell family is incompatible with the sudo become plugin","_ansible_no_log": false}This is working on Ansible 2.9.0 without AWX.
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f7ec15e4-7785-456e-bebe-fa4b3e0388a9o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c52a88ab-5d3f-41c5-b363-22d87ada1bbdo%40googlegroups.com.
Thanks again Matt, i'm hitting a wall here, any suggestions?When running it from the Ansible (command line) it works perfectly, but in AWX it seems to be stuck on using sudo as become method!
--
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-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f1722d1c-670b-4576-a95f-a736d79bb01eo%40googlegroups.com.