Move filesystem and loopback task modules to common

This commit is contained in:
Anders Ingemann 2013-08-10 16:38:45 +02:00
parent 35d962fc03
commit 9de7793a92
3 changed files with 2 additions and 2 deletions

View file

@ -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