1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

local_facts.fact: Clarify mechanics for PRs #3438 #3439

This commit is contained in:
A Holt 2022-12-21 22:11:17 -05:00 committed by GitHub
parent 4b17d0b4ab
commit 503d8d0c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,15 +3,15 @@
# Higher-level purpose explained at the bottom of:
# https://github.com/iiab/iiab/blob/master/vars/default_vars.yml
# 2020-10-27: Most of the 13 variables require a command[*] to be run to
# 2020-10-27: Most of the [15] variables require a command[*] to be run to
# establish the var's value. WE DISPLAY ALL ERRORS / DIAGNOSTICS AND CONTINUE.
#
# [*] DOESN'T MATTER WHAT COMMAND: so long as it fails with Return Code != 0
# If statements then use that RC to force the var to these default values...
# If RC == 0, var is forced from its default value here: (using cmd's output)
STAGE=0
OS="none"
VERSION_ID="none" # Temp var, for: OS_VER="$OS-$VERSION_ID"
VERSION_ID="none" # Just a temp var, for: OS_VER="$OS-$VERSION_ID"
OS_VER="none"
IIAB_BRANCH="none"
IIAB_REMOTE_URL="none"