mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove nonsensical 'more' in a task description
This commit is contained in:
parent
d7f859b76f
commit
0723290c45
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from common.tasks import host
|
||||||
|
|
||||||
|
|
||||||
class HostDependencies(Task):
|
class HostDependencies(Task):
|
||||||
description = 'Adding more required host packages'
|
description = 'Adding required host packages for EC2 bootstrapping'
|
||||||
phase = phases.preparation
|
phase = phases.preparation
|
||||||
successors = [host.CheckHostDependencies]
|
successors = [host.CheckHostDependencies]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue