Skip to content

Commit

Permalink
attempt at fixing CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Souldiv committed Oct 11, 2023
1 parent 2d1b006 commit 52476f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
- name: Add PostgreSQL APT repo
command: sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

Check warning on line 3 in tasks/setup-Debian.yml

View workflow job for this annotation

GitHub Actions / Lint

3:121 [line-length] line too long (134 > 120 characters)
become: true

- name: Import and Write gpg key to pgdg.asc
get_url:
url: https://www.postgresql.org/media/keys/ACCC4CF8.asc
dest: /etc/apt/trusted.gpg.d/pgdg.asc
become: true

- name: Update cache
apt: update_cache=yes state=latest
become: true

- name: Ensure PostgreSQL Python libraries are installed.
apt:
Expand Down

0 comments on commit 52476f5

Please sign in to comment.