1. 14 Apr, 2014 3 commits
  2. 02 Apr, 2014 1 commit
  3. 17 Mar, 2014 1 commit
  4. 14 Mar, 2014 1 commit
  5. 12 Mar, 2014 2 commits
  6. 28 Feb, 2014 1 commit
  7. 22 Feb, 2014 1 commit
  8. 18 Feb, 2014 1 commit
  9. 03 Feb, 2014 1 commit
  10. 02 Feb, 2014 1 commit
  11. 02 Jan, 2014 1 commit
  12. 02 Dec, 2013 2 commits
  13. 19 Oct, 2013 1 commit
  14. 18 Oct, 2013 1 commit
  15. 11 Oct, 2013 1 commit
    • This oneliner change allows apt-key to inherit the http_proxy variable. · a4c8d3ee
      Before this fix
      
        TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] *************************
        failed: [134.226.115.202] => {"cmd": ["apt-key", "adv", "--recv-keys", "--keyserver", "keyserver.ubuntu.com", "CFFB779AADC995E4F350A060505D97A41C61B9CD"], "failed": true, "rc": 2}
        stderr: gpg: requesting key 1C61B9CD from hkp server keyserver.ubuntu.com
        gpg: no valid OpenPGP data found.
        gpg: Total number processed: 0
      
      After the fix
      
        TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] *************************
        changed: [134.226.115.202]
      Jimmy Tang committed
  16. 10 Oct, 2013 1 commit
  17. 02 Oct, 2013 1 commit
  18. 19 Sep, 2013 1 commit
  19. 18 Sep, 2013 2 commits
  20. 18 Aug, 2013 1 commit
  21. 13 Aug, 2013 5 commits
  22. 11 Aug, 2013 1 commit
  23. 12 Jul, 2013 1 commit
  24. 15 Jun, 2013 1 commit
  25. 25 May, 2013 1 commit
  26. 23 May, 2013 1 commit
  27. 03 May, 2013 1 commit
  28. 28 Apr, 2013 1 commit
  29. 27 Feb, 2013 1 commit
    • Update various modules for check_mode · 8f0d8a85
      This updates the following modules to support check_mode:
      * apt_key
      * apt_repository
      * easy_install
      * pip - will always report changed due to the way it handles state
      * seboolean
      * selinux
      * slurp - since nothing changes, it just adds that it supports
        check_mode
      * subversion - reports changed when checking out new repo and
        when updating.
      * supervisorctl
      * svr4pkg
      
      See issue #2114.
      Stephen Fromm committed
  30. 24 Jan, 2013 1 commit
  31. 13 Jan, 2013 1 commit