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