mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
'Disabling' for 'Enabling' in EnableRootLogin
This commit is contained in:
parent
d8c771d971
commit
71d628544c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class DisableSSHPasswordAuthentication(Task):
|
|||
|
||||
|
||||
class EnableRootLogin(Task):
|
||||
description = 'Disabling SSH login for root'
|
||||
description = 'Enabling SSH login for root'
|
||||
phase = phases.system_modification
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue