[ansible-project] Re: vmdk already exists error

2019-07-03 Thread Raoul
I have found an open issue on Github describing the problem. When setting the same disk size as the template has, everything works fine. See issue: https://github.com/ansible/ansible/issues/1 -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Re: vmdk already exists error

2019-07-03 Thread Raoul
I have found an open issue on Github describing the problem. When setting the same disk size as the template has, everything works fine. See issue: https://github.com/ansible/ansible/issues/1 On Wednesday, July 3, 2019 at 12:11:38 PM UTC+2, Raoul wrote: > > Hi, > > I am curr

Re: [ansible-project] Ansible parallel block execution

2019-01-16 Thread Raoul
Hi Steve, thanks for the hint, I'll give this module a try. Kind regards, Raoul On Wednesday, January 16, 2019 at 1:57:08 PM UTC+1, Steve R wrote: > > There is now a "reboot" module (showed up in 2.7?) that will reboot > the host and wait for it to come back. > > --

[ansible-project] Ansible parallel block execution

2019-01-16 Thread Raoul
dates"' ignore_errors: true - name: wait for server to come back wait_for_connection: delay: 90 timeout: 800 register: reboot_result - debug: var=reboot_result How can I execute more reboots or wait_for_connection in parallel? Thanks for any hints, Raoul