Fix paths.
This commit is contained in:
parent
332db02c1c
commit
2359f4cdbb
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
- name: oldschool badge award scripts
|
||||
copy: >
|
||||
src=$item
|
||||
src=cron/$item
|
||||
dest=/usr/share/badges/cronjobs/$item
|
||||
owner=root
|
||||
mode=644
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
- name: oldschool badge award cronjobs
|
||||
copy: >
|
||||
src=$item
|
||||
src=cron/$item
|
||||
dest=/etc/cron.d/$item
|
||||
owner=root
|
||||
mode=644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue