We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fba127 commit ffe160aCopy full SHA for ffe160a
1 file changed
linux_os/guide/system/accounts/accounts-banners/banner_etc_issue/ansible/shared.yml
@@ -19,7 +19,7 @@
19
- name: "{{{ rule_title }}} - Ensure Correct Banner"
20
ansible.builtin.copy:
21
dest: /etc/issue.d/99-oscap-setting
22
- content: "{{ login_banner_contents }}\n"
+ content: "{{ login_banner_contents | replace('\\n', '\n') }}\n"
23
24
- name: "{{{ rule_title }}} - Restart issue-generator Service on Issue Configuration Change"
25
ansible.builtin.systemd:
0 commit comments