Removing ansible cron job

This commit is contained in:
Ubergeek 2019-03-22 23:27:46 +00:00
parent cb610066db
commit 2dcdfeb907

View File

@ -1,9 +1,10 @@
- name: Add ansible cron job
copy:
src: ../files/ansible-pull
dest: /etc/cron.hourly/ansible-pull
owner: root
mode: 0755
#- name: Add ansible cron job
# copy:
# src: ../files/ansible-pull
# dest: /etc/cron.hourly/ansible-pull
# owner: root
# mode: 0755
# state: absent
- name: Add githook local script
copy: