Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Script for parsing dictionary values from yaml file
Post: RE: Python Script for parsing dictionary values fr...

Tried the following with no luck import os import yaml def yaml_loader(filepath): """Loads a yaml file """ with open(filepath, "r") as file_descriptor: data = yaml.load(file_descri...
pawan6782 General Coding Help 3 4,973 Sep-04-2019, 07:21 PM
    Thread: Python Script for parsing dictionary values from yaml file
Post: Python Script for parsing dictionary values from y...

Requires Help ,using Python for accessing dictionary values from yaml file Also , the yaml file will be passed as argument as INV file command line to execute playbook: something like : "ansible-p...
pawan6782 General Coding Help 3 4,973 Sep-02-2019, 11:33 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020