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
268caead67
commit
31add1b8c1
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@
|
|||
state: stopped
|
||||
enabled: no
|
||||
|
||||
# RECORD PostgreSQL AS INSTALLED
|
||||
|
||||
- set_fact:
|
||||
postgresql_installed: True
|
||||
|
||||
- name: "Add 'postgresql_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue