dump all the shell variables from the system

We see some deploy failures due to the shell
lang being set to latin-1.
e.g https://bugzilla.redhat.com/show_bug.cgi?id=1910416

Change-Id: I92dc70077f31432afdc62f17c024478a03b0e22a
This commit is contained in:
Wes Hayutin 2021-03-02 13:59:20 -07:00 committed by wes hayutin
parent 8f57778228
commit ce97a99cfe
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ artcl_commands:
disk:
cmd: |
df -h
shell_variables:
cmd: |
set
services:
cmd: |
systemctl list-units --full --all