diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-22 00:47:36 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-22 00:47:36 +0200 |
| commit | ff261d9d1b0f4f1bf915b0d33a34d11fd48d7b01 (patch) | |
| tree | 2e3b99c4695860b55463d363c502cc66c21e83eb /templates | |
| parent | 0b6443d4fc55cb703b1a6651c5d0505b89097125 (diff) | |
fixup
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/ansible/flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/ansible/flake.nix b/templates/ansible/flake.nix index b2fa49b..0e722a0 100644 --- a/templates/ansible/flake.nix +++ b/templates/ansible/flake.nix @@ -30,8 +30,10 @@ poetry ]; shellHook = '' - source ~/awx-login.sh - [[ -f ./.venv/bin/activate ]] && source ./.venv/bin/activate + [[ -f ./.venv/bin/activate ]] && { + source ./.venv/bin/activate + source ~/awx-login.sh + } ''; }; }); |
