5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
|
# Ensure ansible is available in path
|
||
|
use nix -p ansible
|
||
|
|
||
|
export ANSIBLE_INVENTORY="$(expand_path inventory)"
|