Un-suppress ansible lint errors in ansible-playbooks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
StarlingX |
Triaged
|
Low
|
Tee Ngo |
Bug Description
Brief Description
-----------------
ansible-lint checks are being added to tox and zuul in the StarlingX ansible repo but needed to have some error codes suppressed.
This was introduced by https:/
Some or all of those checks should be un-suppressed, which requires the ansible code to be changed, and testing to be done. This bug is meant to track that activity.
Severity
--------
Minor.
Steps to Reproduce
------------------
Remove/edit the entries from the skip_list in the .ansible-lint file of starlingx/
tox -e ansible-lint
Expected Behavior
------------------
ansible-lint should run cleanly
Actual Behavior
----------------
ansible-lint would show errors (which is why they are currently in the skip_list)
Reproducibility
---------------
Not applicable.
This is a design activity, which is meant to cleanup those files, and prevent more ansible errors from being introduced into the code.
System Configuration
-------
Design environment.
Branch/Pull Time/Commit
-------
Requires: https:/
Last Pass
---------
Not Applicable
Timestamp/Logs
--------------
Not Applicable
Test Activity
-------------
Other - Tox
Does not gate any release - tox cleanup