Skip to content

Commit ffe160a

Browse files
committed
Fix SUSE content to be aligned with RHEL content
1 parent 9fba127 commit ffe160a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • linux_os/guide/system/accounts/accounts-banners/banner_etc_issue/ansible

linux_os/guide/system/accounts/accounts-banners/banner_etc_issue/ansible/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- name: "{{{ rule_title }}} - Ensure Correct Banner"
2020
ansible.builtin.copy:
2121
dest: /etc/issue.d/99-oscap-setting
22-
content: "{{ login_banner_contents }}\n"
22+
content: "{{ login_banner_contents | replace('\\n', '\n') }}\n"
2323

2424
- name: "{{{ rule_title }}} - Restart issue-generator Service on Issue Configuration Change"
2525
ansible.builtin.systemd:

0 commit comments

Comments
 (0)