Skip to content

Commit

Permalink
chore: add cleanup task for pgvector
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Jan 12, 2023
1 parent 0a3e05d commit a4cee10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/tasks/postgres-extensions/27-pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
chdir: /tmp/pgvector
target: install
become: yes

- name: pgvector - cleanup
file:
state: absent
path: /tmp/pgvector

0 comments on commit a4cee10

Please sign in to comment.