1. 08 Aug, 2013 1 commit
  2. 08 Jul, 2013 1 commit
  3. 03 Jul, 2013 2 commits
  4. 23 Jun, 2013 1 commit
  5. 22 Jun, 2013 1 commit
  6. 20 Jun, 2013 1 commit
  7. 19 Jun, 2013 1 commit
  8. 17 Jun, 2013 1 commit
  9. 15 Jun, 2013 1 commit
  10. 31 May, 2013 1 commit
  11. 23 May, 2013 1 commit
  12. 18 May, 2013 1 commit
  13. 11 May, 2013 1 commit
  14. 10 May, 2013 1 commit
  15. 08 May, 2013 1 commit
  16. 28 Apr, 2013 2 commits
  17. 27 Apr, 2013 1 commit
  18. 23 Apr, 2013 1 commit
  19. 10 Apr, 2013 1 commit
  20. 04 Apr, 2013 2 commits
  21. 30 Mar, 2013 1 commit
  22. 24 Mar, 2013 3 commits
  23. 23 Mar, 2013 1 commit
  24. 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
  25. 18 Mar, 2013 2 commits
  26. 12 Mar, 2013 1 commit
  27. 08 Mar, 2013 1 commit
  28. 06 Mar, 2013 1 commit
  29. 28 Feb, 2013 1 commit
    • Squashed commit of the following: · 05c70ca7
      commit e057ea671395ec8847f920a63cf9524f5c8fde5f
      Author: Ton Kersten <tonk@tonkersten.com>
      Date:   Thu Feb 28 13:02:25 2013 +0100
      
          Fixed the service command not working
      
          On Ubuntu 1[02].04 the service name was not recognized because
          there is a SysV style init script, but not an upstart config file.
      
          Example: The `ntp` client.
      
          Also removed extra spaces at the end of the lines, while at it.
      Ton Kersten committed
  30. 27 Feb, 2013 1 commit
  31. 24 Feb, 2013 4 commits