1
0
Fork 0
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:
root 2020-01-30 09:56:37 -05:00
parent 210200e85c
commit bb0a7842d0
5 changed files with 57 additions and 6 deletions

View file

@ -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