1
0
Fork 0
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:
A Holt 2020-10-28 13:05:25 -04:00 committed by GitHub
parent 0d80d14b7e
commit 507cc1322b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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