1. 04 Jan, 2014 1 commit
  2. 18 Dec, 2013 1 commit
  3. 09 Dec, 2013 1 commit
  4. 03 Dec, 2013 1 commit
    • Ensure test_command tests are actually correct · 40a44ce6
      Using
      ```
      assert 'changed' in result
      ```
      doesn't actually check if something is changed, which is presumably
      the reason for the assertion. What is actually needed is
      ```
      assert result.get('changed')
      ```
      which checks that changed is set and not False. Tests still pass after
      this change
      willthames committed
  5. 19 Nov, 2013 1 commit
  6. 15 Nov, 2013 1 commit
  7. 14 Nov, 2013 1 commit
  8. 13 Nov, 2013 1 commit
  9. 31 Oct, 2013 1 commit
  10. 30 Oct, 2013 1 commit
  11. 19 Oct, 2013 2 commits
  12. 17 Oct, 2013 2 commits
  13. 15 Oct, 2013 2 commits
  14. 11 Oct, 2013 7 commits
  15. 07 Oct, 2013 2 commits
  16. 06 Oct, 2013 1 commit
  17. 30 Sep, 2013 1 commit
  18. 28 Sep, 2013 1 commit
  19. 25 Sep, 2013 1 commit
  20. 21 Sep, 2013 1 commit
  21. 09 Sep, 2013 2 commits
  22. 07 Sep, 2013 1 commit
    • Added remote_user to plays · d47c48e3
      Still compatible with user: but deprecating it so we can have
      a matching remote_user: in tasks, cannot be user: because of the
      module of the same name. #3932
      
      Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
      Brian Coca committed
  23. 23 Aug, 2013 6 commits
  24. 21 Aug, 2013 1 commit