We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd51d commit ab7b264Copy full SHA for ab7b264
roles/fidimag/tasks/main.yml
@@ -17,6 +17,7 @@
17
git:
18
repo: "{{ FIDIMAG_REPO_URL }}"
19
dest: "{{ FIDIMAG_INSTALL_PATH }}"
20
+ version: "{{ FIDIMAG_VERSION }}"
21
sudo: yes
22
23
# Install dependencies.
roles/fidimag/vars/main.yml
@@ -1,3 +1,4 @@
1
---
2
FIDIMAG_REPO_URL: https://github.com/computationalmodelling/fidimag.git
3
-FIDIMAG_INSTALL_PATH: /opt/fidimag
+FIDIMAG_INSTALL_PATH: /opt/fidimag
4
+FIDIMAG_VERSION: HEAD
0 commit comments