We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f4dab commit d99ebd9Copy full SHA for d99ebd9
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build containers for OpenCFD's OpenFOAM
41
run: |
42
- ansible-playbook build.yaml --extra-vars="@config.yaml"
+ ansible-playbook build.yaml --extra-vars="original_dir=$PWD" --extra-vars="@config.yaml"
43
44
- name: Run test MPI application with host and container MPIs
45
build.yaml
@@ -1,4 +1,4 @@
1
-# ansible-playbook build.yaml
+# ansible-playbook build.yaml --extra-vars="original_dir=$PWD" [email protected]
2
---
3
4
- name: Check local requirements
0 commit comments