- name: Configuring windows
hosts: windows
roles:
- win_dotnet_46
- win_nodejs
- win_msvc
- win_jdk
tasks:
- name: Rebooting for .NET 4.6
win_reboot:
force: yes
- name: Waiting for Windows Server to Come up
local_action: wait_for host={{ ansible_ssh_host }} port={{ ansible_ssh_port }} delay=30 timeout=300TASK [Waiting for Windows Server to Come up] ***********************************
fatal: [XXXXXXXXXX]: FAILED! => {"failed": true, "msg": "ERROR! The module wait_for was not found in configured module paths"}
fatal: [52.8.31.205]: FAILED! => {"failed": true, "msg": "ERROR! The module stat was not found in configured module paths"}
- wait_for host={{ ansible_ssh_host }} port={{ ansible_ssh_port }} delay=30 timeout=300
delegate_to: localhost
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1f2359f7-1c80-4419-94b9-8e8dd656101f%40googlegroups.com.--
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 post to this group, send email to ansible...@googlegroups.com.