Skip to content

Commit d2d60e5

Browse files
Add Python3 (#8)
* Add Python3 * Update Test * Use Ubuntu Latest * Add Nix-Shell to test * Restor bash to test * Restor bash to test * Restor Ci.yml
1 parent fbebb93 commit d2d60e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#! /usr/bin/env bash
1+
#! /usr/bin/env nix-shell
2+
#! nix-shell -i bash --packages python3 ansible
23

34
set -e
45

@@ -49,4 +50,3 @@ ansible-playbook --forks 100 \
4950
--inventory "${hostfile}" \
5051
--extra-vars "nixos_deploy_service=${deploy_service}" \
5152
"${action_dir}"/deploy.yml
52-

0 commit comments

Comments
 (0)