1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

debian-10 is using postgresql@

This commit is contained in:
Jerry Vonau 2020-08-27 19:11:24 -05:00
parent 38977285e1
commit b6640f813d

View file

@ -80,6 +80,21 @@
state: stopped
enabled: no
- name: Disable & Stop stock 'postgresql@11-main.service' systemd service - debian-10
systemd:
name: postgresql@11-main.service
state: stopped
enabled: no
# when: is_debian_10
when: is_debian_10 and not is_raspbian
- name: Disable & Stop stock 'postgresql@' systemd service - debian-10
systemd:
name: postgresql@
enabled: no
# when: is_debian_10
when: is_debian_10 and not is_raspbian
# RECORD PostgreSQL AS INSTALLED