generated from the-liberated-edge/wikijs
Run Ansible Molecule scenarios easily from the command line #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As an engineer, I'd like to be able to run all or some of the Ansible Molecule scenarios from the command line easily.
Context
Running the Molecule Scenarios is currently described in the
README.mdand the procedure is neither easy nor intuitive. We could just define yet another Task build task to implement it in a consistent way.Acceptance Criteria
- [ ] A Task task for running selected Ansible Molecule scenarios has been introduced.README.mdhas been updated to provide correct guidance on executing Ansible Molecule scenarios.Let's reduce the scope to a single task for executing all of the existing Ansible Molecule scenarios in the project. It is highly unlikely that we would be introducing more scenarios right now and there is only one scenario.