Skip to content

Commit

Permalink
check_mode for pgvectorscale block
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 13, 2024
1 parent 9f2de92 commit bf99443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/roles/packages/tasks/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
dest: "/tmp/{{ pgvectorscale_archive }}"
timeout: 60
validate_certs: false
check_mode: false

- name: Extract pgvectorscale package
ansible.builtin.unarchive:
Expand All @@ -274,6 +273,7 @@
until: apt_status is success
delay: 5
retries: 3
check_mode: false
vars:
pgvectorscale_repo: "https://github.com/timescale/pgvectorscale/releases/download/{{ pgvectorscale_version }}"
pgvectorscale_archive: "pgvectorscale-{{ pgvectorscale_version }}-pg{{ pg_version | default(postgresql_version) }}-amd64.zip" # yamllint disable rule:line-length
Expand Down

0 comments on commit bf99443

Please sign in to comment.