1. 20 Mar, 2013 1 commit
    • 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
  2. 19 Mar, 2013 4 commits
  3. 18 Mar, 2013 3 commits
  4. 17 Mar, 2013 32 commits