File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6969
7070### Fixed
7171
72+ * ** role: mirror ** : Fix missing ` 0440 ` permissions on sudoers file
7273* ** role: login ** : Rename sudoers file from ` lfops_login ` to ` linuxfabrik ` to match the kickstart configuration; remove the old file automatically
7374* ** roles** : Fix Ansible 2.19 deprecation warning for conditional results of type ` int ` by using ` | length > 0 ` instead of ` | length `
7475* ** role: firewall ** : Fix fwbuilder repo clone being skipped when ` run_once ` picks a host without ` firewall__fwbuilder_repo_url `
Original file line number Diff line number Diff line change 1919 ansible.builtin.copy :
2020 src : ' /opt/mirror/mirror.sudoers'
2121 dest : ' /etc/sudoers.d/mirror'
22+ mode : 0o440
2223 remote_src : true
2324
2425 - name : ' cp /opt/mirror/systemd/mirror-update.service /etc/systemd/system/mirror-update.service'
You can’t perform that action at this time.
0 commit comments