)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"46f5cd6999be8cebdd4471d19636878f65fa0d53","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":2,"id":"62a64241_8a53321a","updated":"2023-05-19 12:44:32.000000000","message":"This seems to be required for ansible-core 2.14 on RedHat family - the other option is to remove warn and add it to ansible-lint skip list","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"}],"roles/baremetal/tasks/install.yml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"49404f012f90925a8b093c3fcb70b17f1dc039a4","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"1f2ee9b2_0008f750","line":4,"updated":"2023-05-15 12:37:18.000000000","message":"This will add a fairly large fact for each host, which I expect will slow down ansible a little.","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"087a9583ef4641edb05de62f77cdcccc0ace039e","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"8c5815a3_1e8b734f","line":4,"in_reply_to":"13a89b8c_64c3913d","updated":"2023-05-15 13:58:09.000000000","message":"Indeed, there is no filters. So there is no way to do it more simpler and more quick. The rpm/apt with grep in the shell would be more complicated.","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"abdc9a79a5bff2077a086b65eb66e17848bf5880","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"950e24ab_cb5876e2","line":4,"in_reply_to":"1b4d6a9c_a958bd24","updated":"2023-05-19 13:38:44.000000000","message":"Well, that clears all facts, so no obvious solution.","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"5de31888894e0afc3da4f4b99a31e678f03df91d","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"9bbca63b_84be10dc","line":4,"in_reply_to":"1f2ee9b2_0008f750","updated":"2023-05-15 12:39:06.000000000","message":"maybe should we use filters","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"d4735219fd7275afb682956826a9600aebd3d5f1","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"1b4d6a9c_a958bd24","line":4,"in_reply_to":"8c5815a3_1e8b734f","updated":"2023-05-19 12:56:47.000000000","message":"Added meta: clear_facts after using those facts","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"0af5fc52812ff0e2765f3a0ad55205d22984cf5e","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- block:"},{"line_number":3,"context_line":"    - name: Gather package facts"},{"line_number":4,"context_line":"      ansible.builtin.package_facts:"},{"line_number":5,"context_line":"        manager: auto"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"    - name: Set firewall default policy"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"13a89b8c_64c3913d","line":4,"in_reply_to":"9bbca63b_84be10dc","updated":"2023-05-15 13:29:35.000000000","message":"I\u0027m unsure, package_facts does not support any filters","commit_id":"a99456340e4e3d681ce409575efc00864d0f3621"}]}
