1. 22 Mar, 2013 2 commits
  2. 21 Mar, 2013 5 commits
  3. 20 Mar, 2013 3 commits
    • Fixes for get_remote_head in git module · b694b9a6
      See issue #2471
      
      This fixes get_remote_head() to be smarter about how to check remote
      head.  It checks if it is a remote branch or tag and then checks for the
      remote object id associated with it.  If it is sha1, get_remote_head()
      returns it as-is since there doesn't appear to be a way to check a
      remote repository for a specific object/sha1.  is_remote_tag() is added
      to help out the new functionalit in get_remote_head().
      
      In main(), if check_mode is true and version is a sha1, the module now
      checks to see if the object is present.
      Stephen Fromm committed
    • Limit scope of arguments to service_control() in service module · 5194a71a
      This fixes handling of arguments (module argument) in service_control().
      It is now locally scoped such that modifications to it, in the case of a
      systemd host, do not later impact subsequent calls to service_control().
      See issue #2449.
      
      Without patch:
      ansible-service[6177]: Command /usr/bin/systemctl stop cups cups , daemonize True
      
      With patch:
      ansible-service[6475]: Command /usr/bin/systemctl start cups , daemonize True
      
      I also updated the comments to reflect the case where systemd is really
      being called.
      Stephen Fromm committed
  4. 19 Mar, 2013 6 commits
  5. 18 Mar, 2013 3 commits
  6. 17 Mar, 2013 21 commits