Open willowmck opened 3 years ago
When deploying using Vagrant this task can sometimes hang and seems to be timing dependent. This could be the same issue as described at https://serverfault.com/questions/1020302/ansible-apt-module-hangs-process-sleeping or https://github.com/ansible/ansible/issues/62807.
Modifying this task to use a loop will solve this and provide visibility into what is happening in this task.
When deploying using Vagrant this task can sometimes hang and seems to be timing dependent. This could be the same issue as described at https://serverfault.com/questions/1020302/ansible-apt-module-hangs-process-sleeping or https://github.com/ansible/ansible/issues/62807.
Modifying this task to use a loop will solve this and provide visibility into what is happening in this task.