mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Stop postgresql@.service like the others
This commit is contained in:
parent
0d80d14b7e
commit
507cc1322b
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
||||||
- name: Disable & Stop stock 'postgresql@' systemd service, for real Debian 10+
|
- name: Disable & Stop stock 'postgresql@' systemd service, for real Debian 10+
|
||||||
systemd:
|
systemd:
|
||||||
name: postgresql@
|
name: postgresql@
|
||||||
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
when: is_debian and not is_raspbian # Especially for Debian 10, 11 & higher
|
when: is_debian and not is_raspbian # Especially for Debian 10, 11 & higher
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue