Skip to content

Commit 7d4dc0b

Browse files
committed
fix: source file from upload
1 parent e7d6b35 commit 7d4dc0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible-nix/tasks/stage2/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- name: Install osquery permission check script
7272
become: yes
7373
copy:
74-
src: files/permission_check.py
74+
src: /tmp/ansible-playbook/files/permission_check.py
7575
dest: /home/ubuntu/permission_check.py
7676
mode: "0755"
7777

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.47-nix-staged"
1+
postgres-version = "15.6.1.48-nix-staged"

0 commit comments

Comments
 (0)