Doc bug - Getting Started Guide - Scenario Layout does not match described example
See original GitHub issueIssue Type
- Bug report for documentation
Molecule and Ansible details
$ ansible --version && molecule --version
ansible 2.9.5
config file = None
configured module search path = ['/home/max/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/max/.local/lib/python3.6/site-packages/ansible
executable location = /home/max/.local/bin/ansible
python version = 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0]
molecule 3.0.2
ansible==2.9.5 python==3.6
Molecule installation method (one of):
- pip
Ansible installation method (one of):
- pip
Desired Behavior
The described layout in section The Scenario Layout matches the one created by the example.
Actual Behaviour
The directory molecule/default
does not contain the file Dockerfile.j2
, nor the directory tests
(which exists in the root director).
$ molecule init role my-new-role
--> Initializing new role my-new-role...
$ tree
.
βββ my-new-role
βββ defaults
βΒ Β βββ main.yml
βββ files
βββ handlers
βΒ Β βββ main.yml
βββ meta
βΒ Β βββ main.yml
βββ molecule
βΒ Β βββ default
βΒ Β βββ converge.yml
βΒ Β βββ INSTALL.rst
βΒ Β βββ molecule.yml
βΒ Β βββ verify.yml
βββ README.md
βββ tasks
βΒ Β βββ main.yml
βββ templates
βββ tests
βΒ Β βββ inventory
βΒ Β βββ test.yml
βββ vars
βββ main.yml
11 directories, 12 files
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
How to write a bug report effectively: examples and templates
Learn how to write bug reports effectively with this guide, including examples and templates. We've also included downloadable templates inΒ ...
Read more >Auto Layout Guide: Working with Constraints in Interface Builder
In iOS, the system provides the size and layout of the scene. Auto Layout can modify only the contents of the scene.
Read more >Documentation Style Guide - GitLab Docs
Documentation Style Guide. This document defines the standards for GitLab documentation, including grammar, formatting, word use, and more.
Read more >Testing your Compose layout - Jetpack - Android Developers
In Compose, only some composables emit UI into the UI hierarchy, therefore a different approach to matching UI elements is needed. Semantics. UI...
Read more >Troubleshooting - Unity - Manual
Problems installing git dependencies, - No 'git' executable was found ... You can also run the Unity Package Manager Diagnostics tool if you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think that the section is explained good enough, probably you did not use the latest branch when reading the documentation. Still, feel free to propose a PR that improves it.
Current link to Dockerfile.j2
Since this is still an issue I would also opt to reopen it