mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Move filesystem and loopback task modules to common
This commit is contained in:
parent
35d962fc03
commit
9de7793a92
3 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ from tasks import connection
|
|||
from tasks import host
|
||||
from tasks import ami
|
||||
from tasks import ebs
|
||||
from tasks import loopback
|
||||
from tasks import filesystem
|
||||
from common.tasks import loopback
|
||||
from common.tasks import filesystem
|
||||
from common.tasks import bootstrap
|
||||
from common.tasks import locale
|
||||
from common.tasks import apt
|
||||
|
|
Loading…
Add table
Reference in a new issue