mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Merge pull request #105 from drywheat/admin-user-typo
period was causing this admin_user plugin to fail
This commit is contained in:
commit
e91bf7fed4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
def tasks(tasklist, manifest):
|
||||
import tasks
|
||||
tasklist.add(tasks.AddSudoPackage.
|
||||
tasklist.add(tasks.AddSudoPackage,
|
||||
tasks.CreateAdminUser,
|
||||
tasks.PasswordlessSudo,
|
||||
tasks.AdminUserCredentials,
|
||||
|
|
Loading…
Add table
Reference in a new issue