Necessary to force a pull in this repo.

This commit is contained in:
Ralph Bean 2016-01-15 16:17:42 +00:00
parent 27c5517462
commit d44fc16d28

View file

@ -20,6 +20,7 @@
vars:
tempdir: /var/tmp/badges-tempdir
upstream: "https://git.fedorahosted.org/cgit/badges.git"
workingdir: /srv/web/infra/badges/
tasks:
- name: clone the local bare repo
@ -37,6 +38,9 @@
- name: clean up that temporary {{tempdir}} dir
file: dest={{tempdir}} state=absent
- name: and pull those commits from the bare repo to the working dir
command: git pull origin master chdir={{workingdir}}
handlers:
- include: "{{ handlers }}/restart_services.yml"