--- - yum: name={{ item }} state=installed with_items: - git - file: dest={{ checkout_dest }} state=directory - git: repo={{ git_repo }} dest={{ checkout_dest }} - cron: name="{{ git_repo }} autoupdate" hour=* job="cd {{ checkout_dest }} ; git pull --rebase -q ; cp -f -R {{ subdir }} {{ destination }}"