Skip to content

Commit f4b6fec

Browse files
committed
docs: update Docs
1 parent d99ebd9 commit f4b6fec

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Automated workflows to:
3131
sudo add-apt-repository -y ppa:apptainer/ppa
3232
sudo apt install -y apptainer
3333
pip install ansible
34-
ansible-playbook build.yaml --extra-vars "@config.yaml"
34+
ansible-playbook build.yaml --extra-vars "original_dir=$PWD" --extra-vars "@config.yaml"
3535
```
3636

3737
> [!TIP]

docs.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
2. Run the build playbook and point to the configuration:
55
```bash
66
git clone https://github.com/FoamScience/openfoam-apptainer-packaging /tmp/of_tainers
7-
ansible-playbook /tmp/of_tainers/build.yaml --extra-vars "@/path/to/config.yaml"
7+
ansible-playbook /tmp/of_tainers/build.yaml \
8+
--extra-vars "original_dir=$PWD" \
9+
--extra-vars "@/path/to/config.yaml"
810
```
911

1012
A configuration file for building an (OpenCFD) OpenFOAM container should look like:
@@ -53,7 +55,7 @@ containers:
5355
projects:
5456
test:
5557
base_container: opencfd-openfoam
56-
definition: projects/test.def
58+
definition: projects/test.def # This is always relative to CWD (original_dir)
5759
build_args:
5860
branch:
5961
- master

0 commit comments

Comments
 (0)