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

Update postgresql/tasks/main.yml

This commit is contained in:
A Holt 2020-01-24 11:21:15 -05:00 committed by GitHub
parent 87c572ceb9
commit 93af5e8c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@
regexp: '^postgresql_installed' regexp: '^postgresql_installed'
line: 'postgresql_installed: True' line: 'postgresql_installed: True'
- name: Enable & Start 'postgresql-iiab' systemd service, if 'postgresql_enabled' - name: Enable & Start 'postgresql-iiab' systemd service, if 'postgresql_enabled'
systemd: systemd:
name: postgresql-iiab name: postgresql-iiab
@ -105,6 +106,7 @@
enabled: no enabled: no
when: not postgresql_enabled when: not postgresql_enabled
- name: Add 'postgresql' variable values to {{ iiab_ini_file }} - name: Add 'postgresql' variable values to {{ iiab_ini_file }}
ini_file: ini_file:
path: "{{ iiab_ini_file }}" path: "{{ iiab_ini_file }}"