- name: regular tasks hosts: proxy gather_facts: no tasks: - name: create cron job cron: # minute: 00 # hour: * # day: * # month: * job: 'date >> /var/log/tim.log' name: horly date command special_time: hourly state: present