Fix task that was trying to do two things at once.
This commit is contained in:
parent
f87ee34580
commit
1109cae012
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
- name: install the script and schedule its execution
|
- name: install the script and schedule its execution
|
||||||
copy: src=make-cgit-pkgs-list.sh dest=/usr/local/bin/make-cgit-pkgs-list.sh mode=0755
|
copy: src=make-cgit-pkgs-list.sh dest=/usr/local/bin/make-cgit-pkgs-list.sh mode=0755
|
||||||
|
|
||||||
|
- name: install the cron job
|
||||||
cron: >
|
cron: >
|
||||||
name="make-cgit-pkgs-list" cron_file="ansible-make-cgit-pkgs-list"
|
name="make-cgit-pkgs-list" cron_file="ansible-make-cgit-pkgs-list"
|
||||||
minute=*/10
|
minute=*/10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue