mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 21:40:19 +00:00
Removing ansible cron job
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user