Juniper / contrail-ansible

Ansible scripts used by server manager
Apache License 2.0
5 stars 10 forks source link

Created a lookup plugin to write whole ini data to the file #3

Closed hkumarmk closed 7 years ago

hkumarmk commented 7 years ago

This plugin use ini_file module to write whole inidata to an ini file. Earlier we had to have different tasks for each section in ini file, this will elliminate that by just providing one big dict of dict.