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:
parent
87c572ceb9
commit
93af5e8c03
1 changed files with 2 additions and 0 deletions
|
@ -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 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue