Removing ansible cron job
This commit is contained in:
parent
cb610066db
commit
2dcdfeb907
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue