ansible/molecule

molecule login should auto call create if needed

Open

#2,469 创建于 2019年12月10日

在 GitHub 查看
 (0 评论) (4 反应) (0 负责人)Python (636 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (3,686 star)
PR 合并指标
 (平均合并 14天 6小时) (30 天内合并 11 个 PR)

描述

If instances are not created, executing molecule login should also run create instead of giving the error below:

$ molecule login                                                                                                                                                                        [11:54:43]
--> Validating schema /.../molecule/default/molecule.yml.
Validation completed successfully.
ERROR: Instances not created.  Please create instances first.
FAIL: 1

This should improve the user experience, making very easy to step-inside an instance.

贡献者指南