mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Mostly var cleanup across ~80 files
This commit is contained in:
parent
a6112381a3
commit
814efd5a02
88 changed files with 679 additions and 260 deletions
|
@ -1,6 +1,6 @@
|
|||
# TO DO:
|
||||
# - Validate input vars postgresql_install & postgresql_enabled
|
||||
# - Put ~12 stanzas just below into install.yml
|
||||
# - Put ~13 stanzas just below into install.yml
|
||||
# - Triggered by... 'when: postgresql_installed is undefined'
|
||||
|
||||
- name: Install 'postgresql' package
|
||||
|
@ -85,9 +85,11 @@
|
|||
state: stopped
|
||||
enabled: no
|
||||
|
||||
|
||||
# RECORD PostgreSQL AS INSTALLED
|
||||
|
||||
- set_fact:
|
||||
- name: "Set 'postgresql_installed: True'"
|
||||
set_fact:
|
||||
postgresql_installed: True
|
||||
|
||||
- name: "Add 'postgresql_installed: True' to {{ iiab_state_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue