Skip to content

Commit 31b9746

Browse files
authored
.caas: fix missing path in docs for ANSIBLE_INVENTORY (#865)
1 parent 3b719df commit 31b9746

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environments/.caas/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Non-standard things for this environment:
1212
azimuth_caas_stackhpc_slurm_appliance_template:
1313
...
1414
envVars:
15-
ANSIBLE_INVENTORY: environments/common/inventory,environments/.caas/inventory
15+
ANSIBLE_INVENTORY: environments/common/inventory,environments/site/inventory,environments/.caas/inventory
16+
17+
([Source](https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/blob/main/roles/azimuth_caas_operator/defaults/main.yml#L199))
1618

1719
Ansible then defines `ansible_inventory_sources` which contains absolute paths, and
1820
that is used to derive the `appliances_environment_root` and

0 commit comments

Comments
 (0)