Hi, I've bought the book Ansible DevOps and now I'm experimenting with vagrant and ansible.
In the book I found the following command: ansible multi -s -B 3600 -a "yum -y update" As I understood, this should start the update task in background. Progress can be viewed in the ansible_async folder. Also a job_id should be mentionend. Nothing of these happens and no ansible_async folder is anywhere. So I put the argument -f 3 to force forking three processes but still no luck.At last I added -P 0 but still not better. Can anybody tell me what I'm doing wrong? Thanks in advance and kind regards, Marc P.S.: I'm using the latest ansible version (2.1.0.0). -- 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/d9359dce-69e8-40c1-bf92-fe9a334c1380%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
