Fix sshd host_prep_tasks

The template for sshd incorrectly used the heading
host_prep_config instead of host_prep_tasks. Resulting
in the tripleo_sshd role never being executed. The
include_role also referenced tripleo_ssh instead of the
correct name tripleo_sshd. This resulted in none of the
sshd settings being applied during deployment.

This change fixes the heading to host_prep_tasks and
changes the role to correctly point to tripleo_sshd.

Resolves: rhbz#2060188
Change-Id: I7fc64777d9dc4c5e4a69266d1091d04e25aa5185
This commit is contained in:
Brendan Shephard 2022-03-03 10:48:47 +11:00
parent e93d59464e
commit b35015b30e
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@ outputs:
dport: 22
extras:
ensure: {if: [{get_param: SshFirewallAllowAll}, 'present', 'absent']}
host_prep_config:
host_prep_tasks:
- include_role:
name: tripleo_ssh
name: tripleo_sshd
vars:
tripleo_sshd_server_options:
map_merge: