ansible/molecule

molecule login should auto call create if needed

Open

#2.469 geöffnet am 10. Dez. 2019

Auf GitHub ansehen
 (0 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Python (636 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (3.686 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 6h) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide