started refactoring into executors using interfaces

This commit is contained in:
2025-09-07 20:44:48 -05:00
parent 7fe07f86a9
commit d45b1562fc
10 changed files with 547 additions and 403 deletions

View File

@ -67,6 +67,14 @@ commands:
packageManager: apt
packageOperation: checkVersion
hostname:
shell: zsh
cmd: hostname
Args:
- '-f'
output:
toLog: true
cmdLists:
packageCommands:
@ -83,7 +91,9 @@ cmdLists:
onFailure: true
order:
- installJq
- checkDockerNoVersion
- hostname
logging:
verbose: true
cmd-std-out: true
cmd-std-out: false