Tags: ansible/ansible-creator
Tags
Scaffold an execution-environment project using init subcommand (#368) * Scaffold an execution-environment project using init subcommand * Fix jinja2 error by adding raw block and add integration test * Remove launch.json changes and a minor change in endraw block to prevent adding extra lines in ci.yml workflow file * Add unit test and update README.md
Scaffold action plugin through add subcommand (#348) * Scaffold action plugin through add subcommand * Make seperate functions to collect and store resources based on plugin_type * Changes for adding module path * Fix logic for module scaffolding as part of adding action plugin * Chages in the module template to fix the error: DOCUMENTATION.module- not a valid value for dictionary value quit exit * fix the arg spec validation related errors in plugin template * add a function to update galaxy dependency for action plugin * logic cleanup * dependency key update and add checks for it * move the update_galaxy_dependency func back to add.py and initial tests for action plugin * test update_galaxy_dependency function * correct the debug message * author name change in the module documentation
Bump the dependencies group in /.config with 4 updates (#337) Bumps the dependencies group in /.config with 4 updates: [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocs-ansible` from 24.3.1 to 24.12.0 - [Release notes](https://github.com/ansible/mkdocs-ansible/releases) - [Commits](ansible/mkdocs-ansible@v24.3.1...v24.12.0) Updates `mkdocs-material` from 9.5.46 to 9.5.47 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.46...9.5.47) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) --- updated-dependencies: - dependency-name: mkdocs-ansible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: pre-commit autoupdate (#301) * chore: pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9) - [github.com/jsh9/pydoclint: 0.5.6 → 0.5.9](jsh9/pydoclint@0.5.6...0.5.9) - [github.com/pycqa/pylint.git: v3.2.7 → v3.3.1](https://github.com/pycqa/pylint.git/compare/v3.2.7...v3.3.1) * Fix pylint failures --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: shatakshiiii <shatakshimishra01@gmail.com>
PreviousNext