ansibot

Results 1037 comments of ansibot

Files identified in the description: * [`lib/ansible/modules/apt.py`](https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/apt.py) If these files are incorrect, please update the `component name` section of the description or use the `!component` bot command. [click here for...

The test `ansible-test sanity --test mypy` [[explain](https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/mypy.html)] failed with 1 error: ``` lib/ansible/module_utils/common/respawn.py:75:45: arg-type: Argument 1 to "join" of "str" has incompatible type "tuple[tuple[str, ...], ...]"; expected "Iterable[str]" ``` [click...

Files identified in the description: None If these files are incorrect, please update the `component name` section of the description or use the [component](https://github.com/ansible/ansibotmini#commands) bot command.

The test `ansible-test sanity --test use-argspec-type-path` [[explain](https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/use-argspec-type-path.html)] failed with 1 error: ``` lib/ansible/modules/known_hosts.py:207:16: use argspec type="path" instead of type="str" to avoid use of `expanduser` ``` The test `ansible-test sanity --test...

The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/pylint.html)] failed with 1 error: ``` lib/ansible/galaxy/dependency_resolution/providers.py:217:15: use-a-generator: Use a generator instead 'all(r.has_candidate for r in requirements)' ``` [click here for bot help](https://github.com/ansible/ansibotmini#ansibotmini)

Files identified in the description: * [`lib/ansible/plugins/action/uri.py`](https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/uri.py) * [`lib/ansible/plugins/test/uri.py`](https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/test/uri.py) * [`lib/ansible/modules/uri.py`](https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/uri.py) If these files are incorrect, please update the `component name` section of the description or use the [component](https://github.com/ansible/ansibotmini#commands) bot...

Files identified in the description: * [`bin/ansible-test`](https://github.com/ansible/ansible/blob/devel/bin/ansible-test) If these files are incorrect, please update the `component name` section of the description or use the [component](https://github.com/ansible/ansibotmini#commands) bot command.

Files identified in the description: None If these files are incorrect, please update the `component name` section of the description or use the [component](https://github.com/ansible/ansibotmini#commands) bot command.

The test `ansible-test sanity --test yamllint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/yamllint.html)] failed with 2 errors: ``` test/integration/targets/become/tasks/sudo.yml:106:11: error: syntax error: mapping values are not allowed here (syntax) test/integration/targets/become/tasks/sudo.yml:106:11: unparsable-with-libyaml: None - mapping values are...

The test `ansible-test sanity --test shellcheck` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/shellcheck.html)] failed with 1 error: ``` test/integration/targets/interpreter_discovery_python/tasks/library/bashmodule.sh:1:1: SC2148: Tips depend on target shell and yours is unknown. Add a shebang. ``` The test `ansible-test...