Fix typo
This commit is contained in:
parent
6e9746864e
commit
99fa9428f4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
- /var/lib/zodbot
|
- /var/lib/zodbot
|
||||||
|
|
||||||
- name: setup meetings_by_team script
|
- name: setup meetings_by_team script
|
||||||
copy: src=meetings_by_team dest=/usr/local/bin/meetings_by_team.sh mode=755
|
copy: src=meetings_by_team.sh dest=/usr/local/bin/meetings_by_team.sh mode=755
|
||||||
|
|
||||||
- name: teams cron job
|
- name: teams cron job
|
||||||
cron: name=meetings-by-team hour="23" minute="0" user=daemon job="/usr/local/bin/meetings_by_team.sh"
|
cron: name=meetings-by-team hour="23" minute="0" user=daemon job="/usr/local/bin/meetings_by_team.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue