Skip to content

Commit 2dada96

Browse files
Update shared/macros/10-ansible.jinja
Co-authored-by: Matthew Burket <m@tthewburket.com>
1 parent 8f0e0ed commit 2dada96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/macros/10-ansible.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@ copied onto /etc/ssh/sshd_config, if /etc/ssh/sshd_config does not exist
24182418
{{%- set dir_parameter = "sshd_config_d_has_parameter" -%}}
24192419
{{%- set lineinfile_items = "{{ " + dir_parameter + ".files }}" -%}}
24202420

2421-
- name: Copy default {{{ sshd_usr_config_path }}} to {{{ sshd_config_path }}}
2421+
- name: {{{ rule_title }}} - Copy default {{{ sshd_usr_config_path }}} to {{{ sshd_config_path }}}
24222422
ansible.builtin.copy:
24232423
src: {{{ sshd_usr_config_path }}}
24242424
dest: {{{ sshd_config_path }}}

0 commit comments

Comments
 (0)