mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Temp: illustrate vars as non-meta dependency mechanism evolves
This commit is contained in:
parent
210200e85c
commit
bb0a7842d0
5 changed files with 57 additions and 6 deletions
|
@ -1,4 +1,11 @@
|
|||
- name: "Set PostgreSQL vars 'postgresql_install: True' and 'postgresql_enabled: True'"
|
||||
- debug:
|
||||
var: postgresql_install
|
||||
- debug:
|
||||
var: postgresql_enabled
|
||||
- debug:
|
||||
var: postgresql_installed
|
||||
|
||||
- name: "Set 'postgresql_install: True' and 'postgresql_enabled: True'"
|
||||
set_fact:
|
||||
postgresql_install: True
|
||||
postgresql_enabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue