Skip to content

Commit

Permalink
fix: source file from upload
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed May 21, 2024
1 parent e7d6b35 commit 7d4dc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible-nix/tasks/stage2/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- name: Install osquery permission check script
become: yes
copy:
src: files/permission_check.py
src: /tmp/ansible-playbook/files/permission_check.py
dest: /home/ubuntu/permission_check.py
mode: "0755"

Expand Down
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.47-nix-staged"
postgres-version = "15.6.1.48-nix-staged"

0 comments on commit 7d4dc0b

Please sign in to comment.