Re: [ansible-project] Re: How to detect why Ansible playbook hangs during execution

2014-07-23 Thread Michael Palumbo
. On Tue, Jul 22, 2014 at 5:41 PM, Michael Palumbo michael.palumb...@gmail.com wrote: So there is no solution to avoid being stuck on the following? It happens to me often when I am upgrading the system! - name: upgrade all safe packages sudo: yes apt: upgrade=safe Is there at least a way

[ansible-project] Re: How to detect why Ansible playbook hangs during execution

2014-07-11 Thread Michael Palumbo
What is the parameter of the apt module to use to avoid that? I run the following and it hangs... - name: update APT package cache sudo: yes apt: update_cache=yes - name: upgrade all safe packages sudo: yes apt: upgrade=safe Thanks -- You received this message because you are subscribed to