No description
Find a file
Blair Zajac 4a6c68e98a apt: pass child process stdout and stdout to m.fail_json() and m.exit_json().
Without this, this fails:

    - name: apt-get dist-upgrade
      action: apt upgrade=dist
      register: apt_get_contents

    - name: apt-get clean
      action: command apt-get clean
      when: apt_get_contents.stdout.find("0 upgraded") == -1

TASK: [apt-get clean] *********************************************************

fatal: [192.168.2.2] => error while evaluating conditional: {% if apt_get_contents.stdout.find("0 upgraded") == -1 %} True {% else %} False {% endif %}

FATAL: all hosts have already failed -- aborting
2013-09-28 16:28:18 -07:00
cloud Merge pull request #4165 from jerm/devel 2013-09-25 14:54:11 -07:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 2013-09-23 14:53:46 -05:00
files Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 2013-09-23 21:24:43 -05:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Trim legacy variable usage. 2013-07-19 09:44:25 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Fixed monit restarted error. 2013-09-16 19:14:17 -04:00
net_infrastructure Moving firewalld module from net_infra to system 2013-09-21 01:02:19 -05:00
network Fix bug in uri where redirect check fails. 2013-08-29 15:58:01 +02:00
notification Set default XMPP message type to 'chat'. 2013-07-26 21:30:10 +01:00
packaging apt: pass child process stdout and stdout to m.fail_json() and m.exit_json(). 2013-09-28 16:28:18 -07:00
source_control Elaborate on capabilities of subversion module 2013-09-24 11:10:09 -05:00
system Merge pull request #4222 from lessmian/devel 2013-09-25 14:54:58 -07:00
utilities Make --check mode work with fireball and accelerate connections 2013-09-23 13:51:43 +04:00
web_infrastructure Merge pull request #4228 from mragh/devel 2013-09-25 14:58:29 -07:00