ansible-review icon indicating copy to clipboard operation
ansible-review copied to clipboard

Results 38 ansible-review issues
Sort by recently updated
recently updated
newest added

This version of ansible-lint replaced ansiblelint.default_rulesdir with ansiblelint.constants.DEFAULT_RULESDIR. This obviates the need to pin the version of ansible-lint (see PR #92).

Fixes #91. Pin the ansible-lint version. Current version 4.3.1 refactor *default_rulesdir* away.

Hi! Recently https://github.com/ansible/ansible-lint was updated from 4.2.0 to 4.3.[0,1]. And now ansible-review don't worked with error: ``` ansible-review --version Traceback (most recent call last): File "/usr/local/bin/ansible-review", line 5, in from...

This is to deal with changes in Ansible 2.4 which removed `ansible.inventory.Inventory`, apparently to be replaced by `ansible.inventory.manager.InventoryManager`. Here's how it behaved without the changes in this PR: ```` (ansible-review)...

Avoids: "RuntimeError: dictionary changed size during iteration" Context: https://fedora.softwarefactory-project.io/zuul/build/c5d36ac22ef741b4b2e5abb2f7a8cd29 ```` Traceback (most recent call last): File "/usr/bin/ansible-review", line 11, in load_entry_point('ansible-review==0.13.9', 'console_scripts', 'ansible-review')() File "/usr/lib/python3.7/site-packages/ansiblereview/__main__.py", line 99, in main errors...

In one of our testing roles we using [splatting](https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat-unsafe) to pass module arguments en bloc. This is very convenient for our particular use case. However, when we run ansible-review against...

Right now, trying to run ansible-review with the default standards when a `group_vars` or `host_vars` file is encrypted using `ansible-vault` results in the error: ``` ERROR: Standard "Inventory must be...

bug

We are using the latest RC (0.14rc2) and had a vaulted file `vars/pass.yml` and ansible-review crashed with stacktrace when it hit that file. ansible-review is being triggered through pre-commit in...

The output from `ansible-review` shows some inconsistent formatting. For example, some internal `WARN` messages are shown without a rule number reference. I believe all `WARN` and `ERROR` messages should produce...