You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you build a product which has ansible playbooks and enable tests for linting of playbooks, they fail. I think the reason is that when a list is defined (e.g. tags), the definition of list items is not indented with respect to the list. For example it should be:
tags:
- some_tag
But now there is:
tags:
- some_tag
SCAP Security Guide Version:
Master as of 2022-08-09
Operating System Version:
RHEL9
Steps to Reproduce:
edit CmakeLists.txt and set the option ANSIBLE_CHECKS to ON.
build RHEL9 content
cd build/
ctest -R '.ansible.'
Actual Results:
There will be many warnings about Ansible syntax check errors related to indentation.
Expected Results:
No warningss
Additional Information/Debugging Steps:
I think it is caused by PR #8588 which introduced a new yaml dumper.
The text was updated successfully, but these errors were encountered:
Description of problem:
When you build a product which has ansible playbooks and enable tests for linting of playbooks, they fail. I think the reason is that when a list is defined (e.g. tags), the definition of list items is not indented with respect to the list. For example it should be:
But now there is:
SCAP Security Guide Version:
Master as of 2022-08-09
Operating System Version:
RHEL9
Steps to Reproduce:
Actual Results:
There will be many warnings about Ansible syntax check errors related to indentation.
Expected Results:
No warningss
Additional Information/Debugging Steps:
I think it is caused by PR #8588 which introduced a new yaml dumper.
The text was updated successfully, but these errors were encountered: