Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
6df046816c250ae6f07a288d66da18556428482d
/
.
/
templates
/
etc
/
cron.d
/
ansible-pull.j2
blob: 73d3cd4de5b467adecc004660e68478fe543f806 [
file
] [
log
] [
blame
]
# Cron job to git clone/pull a repo and then run locally
{{
schedule
}}
{{
cron_user
}}
ansible
-
pull
-
o
-
d
{{
workdir
}}
-
U
{{
repo_url
}}
-
C
{{
repo_version
}}
>>{{
logfile
}}
2
>&
1