ansible/molecule

molecule login should auto call create if needed

Aberta

#2.469 aberto em 10 de dez. de 2019

 (0 comentário) (3 reações) (0 responsável)Python (636 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (3.686 estrelas)
Métricas de merge de PR
 (Mesclagem média 14d 6h) (11 fundiu PRs em 30d)

Description

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.

Guia do colaborador