mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +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
|
||||
---
|
||||
- name: Add mirror rsync cron job
|
||||
- name: Add analog cconfig file
|
||||
copy:
|
||||
src: ../files/etc/analog.cfg
|
||||
dest: /etc/analog.cfg
|
||||
owner: root
|
||||
mode: 644
|
||||
|
||||
- name: Add mirror rsync cron job
|
||||
- name: Add analog cron task for stats
|
||||
copy:
|
||||
src: ../files/analog-cron
|
||||
dest: /etc/cron.hourly/analog
|
||||
|
||||
Reference in New Issue
Block a user