perf: 修改change password linux ansible yaml

This commit is contained in:
feng626
2022-09-14 15:51:04 +08:00
parent a2c006f01b
commit 139540fafe
38 changed files with 210 additions and 348 deletions

View File

@@ -6,7 +6,7 @@ class StrategyChoice(models.TextChoices):
push = 'push', _('Push')
verify = 'verify', _('Verify')
collect = 'collect', _('Collect')
change_auth = 'change_auth', _('Change auth')
change_password = 'change_password', _('Change password')
class SSHKeyStrategy(models.TextChoices):