mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
fix package name
This commit is contained in:
parent
429f48cfbc
commit
7262ad997b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
def tasks(tasklist, manifest):
|
def tasks(tasklist, manifest):
|
||||||
from common.tasks import DisableSSHPasswordAuthentication
|
from common.tasks.security import DisableSSHPasswordAuthentication
|
||||||
from tasks import SetRootPassword
|
from tasks import SetRootPassword
|
||||||
tasklist.replace(DisableSSHPasswordAuthentication, SetRootPassword())
|
tasklist.replace(DisableSSHPasswordAuthentication, SetRootPassword())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue