1. 07 Sep, 2013 1 commit
  2. 05 Sep, 2013 1 commit
    • Bug fix for a crash, when any_errors_fatal is true · a075ec98
      Reported by Rumen:
      
      TASK: [fail FAIL] *************************************************************
      skipping: [hostname.com]
      failed: [hostname.com] => {"failed": true}
      msg: Failed as requested from task
      Traceback (most recent call last):
        File "/usr/local/bin/ansible-playbook", line 268, in <module>
          sys.exit(main(sys.argv[1:]))
        File "/usr/local/bin/ansible-playbook", line 208, in main
          pb.run()
        File "/Library/Python/2.7/site-packages/ansible/playbook/__init__.py", line 262, in run
          if not self._run_play(play):
        File "/Library/Python/2.7/site-packages/ansible/playbook/__init__.py", line 580, in _run_play
          if (hosts_count - len(host_list)) > int((play.max_fail_pct)/100.0 * hosts_count):
      TypeError: object of type 'NoneType' has no len()
      kavink committed
  3. 04 Sep, 2013 10 commits
  4. 03 Sep, 2013 12 commits
  5. 02 Sep, 2013 1 commit
  6. 01 Sep, 2013 5 commits
  7. 31 Aug, 2013 1 commit
  8. 30 Aug, 2013 4 commits
  9. 29 Aug, 2013 3 commits
  10. 28 Aug, 2013 2 commits