fix: aur call in database playbook
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9451443266
commit
374a62c304
@ -5,7 +5,7 @@
|
|||||||
# certbot_force: true
|
# certbot_force: true
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Install Pg vertors (immich)
|
- name: Install Pg vertors (immich)
|
||||||
ansible.builtin.aur:
|
aur:
|
||||||
name: pgvecto.rs-bin
|
name: pgvecto.rs-bin
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
@ -29,7 +29,7 @@
|
|||||||
creates: /var/lib/postgres/data/postgresql.conf
|
creates: /var/lib/postgres/data/postgresql.conf
|
||||||
become: true
|
become: true
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
when: inventory_hostname in groups["database_standby"]
|
when: inventory_hostname in groups["database_standby"]
|
||||||
- name: Ensure PostgreSQL is started and enabled on boot.
|
- name: Ensure PostgreSQL is started and enabled on boot.
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: '{{ postgresql_daemon }}'
|
name: '{{ postgresql_daemon }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user