We normally keep our molecule scenario in our respective role, now we are moving all the molecule scenarios under test/molecule?
is there any recommended path for molecule scenarios from Ansible?
We normally keep our molecule scenario in our respective role, now we are moving all the molecule scenarios under test/molecule?
is there any recommended path for molecule scenarios from Ansible?
what about this
and  adapt the molecule.yml in each scenario accordingly
└── tests
    ├── inventory
    ├── playbooks
    │   └── molecule
    │       └── <scenario-name>
    └── roles
        └── molecule
            └── <scenario-name>