mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix task description for apt autoremove
This commit is contained in:
parent
3e6d131730
commit
83f6fae139
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AptGzipIndexes(Task):
|
|||
|
||||
|
||||
class AptAutoremoveSuggests(Task):
|
||||
description = 'Configuring apt to not consider suggested important'
|
||||
description = 'Configuring apt to remove suggested packages when autoremoving'
|
||||
phase = phases.package_installation
|
||||
successors = [apt.AptUpdate]
|
||||
# Snatched from:
|
||||
|
|
Loading…
Add table
Reference in a new issue