Skip to content

Commit b824b4b

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

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
@@ -2464,7 +2464,7 @@ copied onto /etc/ssh/sshd_config, if /etc/ssh/sshd_config does not exist
24642464
insensitive='false',
24652465
create='no',
24662466
state='absent')|indent }}}
2467-
- name: "Check if the parameter {{{ parameter }}} is present in {{{ sshd_config_dir }}} and in {{{ sshd_usr_config_dir }}}"
2467+
- name: "{{{ rule_title }}} - Check if the parameter {{{ parameter }}} is present in {{{ sshd_config_dir }}} and in {{{ sshd_usr_config_dir }}}"
24682468
ansible.builtin.find:
24692469
paths: {{{ ssh_paths }}}
24702470
recurse: 'yes'

0 commit comments

Comments
 (0)