ec2_mod.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:ansible-tower-automated-deployment 作者: OliverCable 项目源码 文件源码
def get_option(self, config, section, option):
        try:
            opt = config.get('%s' % section, option)
        except (NoOptionError, NoSectionError):
            print("Couldn't find %s in profile %s" % (option, section))
            sys.exit(1)

        return opt
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号