mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 18:30:19 +00:00
Just some cleanup of task names
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# Install analog yml file and hourly cron job
|
# Install analog yml file and hourly cron job
|
||||||
---
|
---
|
||||||
- name: Add mirror rsync cron job
|
- name: Add analog cconfig file
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/analog.cfg
|
src: ../files/etc/analog.cfg
|
||||||
dest: /etc/analog.cfg
|
dest: /etc/analog.cfg
|
||||||
owner: root
|
owner: root
|
||||||
mode: 644
|
mode: 644
|
||||||
|
|
||||||
- name: Add mirror rsync cron job
|
- name: Add analog cron task for stats
|
||||||
copy:
|
copy:
|
||||||
src: ../files/analog-cron
|
src: ../files/analog-cron
|
||||||
dest: /etc/cron.hourly/analog
|
dest: /etc/cron.hourly/analog
|
||||||
|
|||||||
Reference in New Issue
Block a user