ansible 1.4.3 running on Ubuntu 13.10, target server is running Ubuntu 12.04
The first two tasks of the playbook I'm developing: - name: install ppa dependencies apt: pkg=python-pycurl state=present - name: rsyslog v7 ppa apt_repository: repo='ppa:tmortensen/rsyslogv7' state=present notify: restart rsyslog Ansible hung on first task, I killed the process (from the server not the client) and re-ran the playbook. The first task completed and then Ansible hung on the second task. Here is the target server syslog statements for the second run: Feb 20 19:09:30 localhost ansible-setup: Invoked with filter=* fact_path=/etc/ansible/facts.d Feb 20 19:09:32 localhost ansible-apt_repository: Invoked with repo=ppa:tmortensen/rsyslogv7 state=present update_cache=True Feb 20 19:13:43 localhost ansible-setup: Invoked with filter=* fact_path=/etc/ansible/facts.d Feb 20 19:13:45 localhost ansible-apt: Invoked with dpkg_options=force-confdef,force-confold upgrade=None force=False package=python-pycurl purge=False state=present update_cache=False pkg=python-pycurl default_release=None install_recommends=True cache_valid_time=None Feb 20 19:20:39 localhost ansible-setup: Invoked with filter=* fact_path=/etc/ansible/facts.d Feb 20 19:20:41 localhost ansible-apt: Invoked with dpkg_options=force-confdef,force-confold upgrade=None force=False package=python-pycurl purge=False state=present update_cache=False pkg=python-pycurl default_release=None install_recommends=True cache_valid_time=None Feb 20 19:21:50 localhost ansible-apt_repository: Invoked with repo=ppa:tmortensen/rsyslogv7 state=present update_cache=True No error messages or anything that would help me debug this problem. Suggestions? Most of our playbooks have run without error, but random hangs like this worry me because they can break automated server recovery. Thanks, Mike -- 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-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible-project@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.