Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
edbc6fee6aa550911f89692a217c9622b7a9bbc5
/
.
/
templates
/
etc
/
cron.d
/
ansible-pull.j2
blob: 12f3f6d3785838b036028bb273e100f0ca0704b8 [
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
}}
>>{{
logfile
}}
2
>&
1