mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Fix another task with 2 items in it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user