Removing ansible cron job

This commit is contained in:
Ubergeek 2019-03-22 23:27:46 +00:00
parent cb610066db
commit 2dcdfeb907
1 changed files with 7 additions and 6 deletions

View File

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