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:
parent
38977285e1
commit
b6640f813d
1 changed files with 15 additions and 0 deletions
|
@ -80,6 +80,21 @@
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
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
|
# RECORD PostgreSQL AS INSTALLED
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue