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

Update moodle/tasks/enable.yml

This commit is contained in:
A Holt 2020-01-23 23:39:16 -05:00 committed by GitHub
parent 8fbd09dcaa
commit 1631d4678c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
when: moodle_enabled when: moodle_enabled
# if the only service using the backend db disable if not running # if the only service using the backend db disable if not running
- name: Disable 'postgresql-iiab' systemd service, if not moodle_enabled - name: Disable 'postgresql-iiab' systemd service, if not moodle_enabled and not (pathagar_enabled is defined and pathagar_enabled)
systemd: systemd:
name: postgresql-iiab name: postgresql-iiab
state: stopped state: stopped