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 0502aa6 commit 7362e59Copy full SHA for 7362e59
ansible/.gitignore
@@ -84,3 +84,5 @@ roles/*
84
!roles/pytools/**
85
!roles/rebuild/
86
!roles/rebuild/**
87
+!roles/slurm_tools/
88
+!roles/slurm_tools/**
ansible/roles/slurm_tools/defaults/main.yml
@@ -1,4 +1,4 @@
1
---
2
pytools_editable: false
3
-pytools_gitref: master
+pytools_gitref: master # TODO: FIXME: do a release!
4
pytools_user: root
0 commit comments