Fix another task with 2 items in it.
This commit is contained in:
parent
1109cae012
commit
ac64562564
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
- name: install the script and schedule its execution
|
||||
copy: src=make-git-checkout-seed.sh dest=/usr/local/bin/make-git-checkout-seed.sh mode=0755
|
||||
|
||||
- name: install cron job.
|
||||
cron: >
|
||||
name="make-git-checkout-seed" cron_file="ansible-make-git-checkout-seed"
|
||||
minute=0 hour=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue