Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
62637f29c8c22b0015b58b1b947b296a988fdeca
/
.
/
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