Skip to content

Commit

Permalink
Update fix-cat2.yml
Browse files Browse the repository at this point in the history
Fixed typo for /etc/systemd/logind.conf for KillUserProcesses, removed second "c" from "Processes"

Signed-off-by: Dave Wujcik <[email protected]>
  • Loading branch information
davewujcik authored Dec 17, 2024
1 parent 4c20bde commit 3ce9584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@
line: "{{ item.line }}"
loop:
- { regexp: '^(?#)\s*StopIdleSessionSec\s*=', line: "StopIdleSessionSec={{ rhel_08_020035_idlesessiontimeout }}" }
- { regexp: '^(?#)\s*KillUserProccesses\s*=', line: "KillUserProccesses=no" }
- { regexp: '^(?#)\s*KillUserProcesses\s*=', line: "KillUserProcesses=no" }
notify: Restart_systemdlogin
when:
- rhel_08_020035
Expand Down

0 comments on commit 3ce9584

Please sign in to comment.