Just some cleanup of task names
This commit is contained in:
parent
a8bb59e3fe
commit
c0f9fc52e0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue