Merge pull request #1235 from JustinAzoff/patch-1

Fix IPS array variable expansion
This commit is contained in:
Matthew Mosesohn 2017-04-20 12:08:49 +03:00 committed by GitHub
commit 82e133b382

View file

@ -38,7 +38,7 @@ Example inventory generator usage:
```
cp -r inventory my_inventory
declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)
CONFIG_FILE=my_inventory/inventory.cfg python3 contrib/inventory_builder/inventory.py ${IPS}
CONFIG_FILE=my_inventory/inventory.cfg python3 contrib/inventory_builder/inventory.py ${IPS[@]}
```
Starting custom deployment