Closed Mab879 closed 2 weeks ago
This datastream diff is auto generated by the check Compare DS/Generate Diff
/packit build
Code Climate has analyzed commit 708fc419 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 60.9% (0.0% change).
View more on Code Climate.
@Mab879 There is a failing Automatus test on SLE which seems valid.
@Mab879 There is a failing Automatus test on SLE which seems valid.
This isn't a new issue, it is also failing on master.
At least testing with OpenSUSE.
OK @Mab879 merging. Thank you.
/packit retest-failed
Description:
To skip systemd dynamic users. Since accounts_user_interactive_home_directory_defined only works on local users this should be fine.
Since bash remediation accesses
/etc/passwd
directly and the systemd dynamic users do not show up in that file, the bash remediation was not updated.Rationale:
Fix Ansible playbook failures.