No description
  • Python 99.4%
  • Jinja 0.4%
  • Shell 0.2%
Find a file
renovate[bot] 53d482aeb1
chore(deps): update pep621 (#4622)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" in timezone
UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 *
* 1 ) in timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible/molecule).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmUiLCJkZXBlbmRlbmNpZXMiLCJwZXA2MjEiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-02 11:51:53 +00:00
.config fix(security): update dependencies [SECURITY] (#4624) 2026-04-02 11:40:21 +00:00
.github chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
.vscode chore: update hooks (#4566) 2025-10-15 16:15:22 +01:00
collections chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
community.molecule chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
docs feat: add --workers flag for concurrent scenario execution (#4616) 2026-02-25 10:52:00 -08:00
src/molecule fix: validate subcommand name before dynamic import (#4620) 2026-03-05 13:23:58 +00:00
tests fix: validate subcommand name before dynamic import (#4620) 2026-03-05 13:23:58 +00:00
tools chore: use tox>=4.46.0 during testing (#4615) 2026-02-25 13:05:38 +00:00
.env Make molecule compatible with ansible 2.19 data tagging (#4418) 2025-04-03 15:28:27 +00:00
.gitignore GHA release fixes (#4473) 2025-07-11 11:26:46 +01:00
.markdownlint-cli2.jsonc chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
.markdownlint.yaml chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
.pre-commit-config.yaml chore(deps): update all dependencies (#4618) 2026-03-02 01:14:26 +00:00
.prekignore chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
.readthedocs.yml fix: adopt uv.lock and newer packaging (#4554) 2025-09-22 12:57:11 +01:00
.yamllint chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
ansible.cfg Make molecule compatible with ansible 2.19 data tagging (#4418) 2025-04-03 15:28:27 +00:00
biome.json chore: update hooks (#4566) 2025-10-15 16:15:22 +01:00
codecov.yml fix: adopt uv.lock and newer packaging (#4554) 2025-09-22 12:57:11 +01:00
cspell.config.yaml chore: update hooks (#4566) 2025-10-15 16:15:22 +01:00
LICENSE Molecule - Ansible by Red Hat (#1531) 2018-11-01 11:18:54 +00:00
mise.toml chore: swap deprecated setting (#4441) 2025-05-19 08:53:53 +00:00
mkdocs.yml Add execution flow documentation (#4589) 2025-12-11 08:59:50 -05:00
molecule Minor test improvements (#4363) 2025-01-21 15:56:01 +05:30
pyproject.toml feat: add --workers flag for concurrent scenario execution (#4616) 2026-02-25 10:52:00 -08:00
README.md chore: replace pre-commit with prek (#4614) 2026-02-25 13:53:52 +00:00
renovate.json chore(deps): update all dependencies (#4595) 2026-01-19 21:44:04 +00:00
sonar-project.properties Update sonar-project.properties configuration (#4564) 2025-10-13 12:24:14 -04:00
uv.lock chore(deps): update pep621 (#4622) 2026-04-02 11:51:53 +00:00

About Ansible Molecule

PyPI Package Documentation Status image Python Black Code Style Ansible Code of Conduct Discussions Repository License

Molecule is an Ansible testing framework designed for developing and testing Ansible collections, playbooks, and roles.

Molecule leverages standard Ansible features including inventory, playbooks, and collections to provide flexible testing workflows. Test scenarios can target any system or service reachable from Ansible, from containers and virtual machines to cloud infrastructure, hyperscaler services, APIs, databases, and network devices. Molecule can also validate inventory configurations and dynamic inventory sources.

Molecule encourages an approach that results in consistently developed Ansible content that is well-written, easily understood and maintained.

Molecule supports only the latest two major versions of Ansible (N/N-1).

Once installed, the command line can be called using any of the methods below:

molecule ...
python3 -m molecule ...  # python module calling method

Documentation

Read the documentation and more at https://docs.ansible.com/projects/molecule//.

Get Involved

See the Talk to us section of the documentation to ask questions, find help, and join the conversation.

For complete details, see the Ansible communication guide.

If you want to get moving fast and make a quick patch:

git clone https://github.com/ansible-community/molecule && cd molecule
python3 -m venv .venv && source .venv/bin/activate
python3 -m pip install -U setuptools pip tox

And you're ready to make your changes!

Authors

Molecule project was created by Retr0h and it is now community-maintained as part of the Ansible by Red Hat project.

License

The MIT License.

The logo is licensed under the Creative Commons NoDerivatives 4.0 License.

If you have some other use in mind, contact us.