Skip to content

Instantly share code, notes, and snippets.

@jurandysoares
Created April 14, 2023 09:16
Show Gist options
  • Save jurandysoares/1208cb5d7b99abd8662cabb65ad1d406 to your computer and use it in GitHub Desktop.
Save jurandysoares/1208cb5d7b99abd8662cabb65ad1d406 to your computer and use it in GitHub Desktop.
import yaml
from pprint import pprint
dados = yaml.load(open('ex-redhat-01.yaml'), Loader=yaml.Loader)
pprint(dados, width=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment