1. 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
  2. 09 Feb, 2013 1 commit
    • Cron module upgrades · 171a01de
        - added cron_file attribute: if specified, the file with appropriate
      job is created in /etc/cron.d directory. Also, you can store multiple
      jobs in one file. state='absent' attribute is handled in the following
      way in this case: if after the deletion of the job from the file specified
      by cron_file variable the file is empty, the file is deleted, otherwise
      not.
        - fixed the behaviour, when the backupfile is saved forever in /tmp
      folder, even if the backup= atribute is not set (os.unlink() is called if
      backup is not True).
        - added some comments to the unobvious places
      Mike Grozak committed