Skip to content

Commit 71158ee

Browse files
authored
Update build-ami.yml
1 parent ccef8b7 commit 71158ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ami.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
sudo apt update
4242
sudo apt install -y ansible
43-
apt-get install python3-psycopg2
43+
sudo apt-get install python3-psycopg2
4444
4545
4646
- name: Install Latest Packer and Initialize

0 commit comments

Comments
 (0)