library/roles/quickrank: Force the git pull by default

This commit is contained in:
Andrea Dell'Amico 2016-10-04 17:36:48 +02:00
parent b7776c583a
commit 8d541d0dcb
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
quickrank_install: False
quickrank_git_url: 'https://github.com/hpclab/quickrank'
quickrank_git_force_pull: True
quickrank_package_list:
- gcc-5
- g++-5

View File

@ -15,7 +15,7 @@
- block:
- name: Download the quickrank distribution
git: repo={{ quickrank_git_url }} dest=/home/{{ d4science_user }}/quickrank
git: repo={{ quickrank_git_url }} dest=/home/{{ d4science_user }}/quickrank force={{ quickrank_git_force_pull }}
register: quickrank_src
- name: Copy some needed files if the distribution is Ubuntu 12.04