Skip to content

Instantly share code, notes, and snippets.

@ryanjafari
Created December 22, 2021 00:30
Show Gist options
  • Save ryanjafari/385bea9e82df6e613742674ed97f5056 to your computer and use it in GitHub Desktop.
Save ryanjafari/385bea9e82df6e613742674ed97f5056 to your computer and use it in GitHub Desktop.
if ($yaml.machine | empty?) {
echo 'yaml is empty'
} {
if ($yaml.machine.network | empty?) {
echo 'network is empty'
} {
echo 'network is not empty'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment