mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Re-add RemoveHostname task to ec2 taskset
It must have slipped through at a refactor
This commit is contained in:
parent
d11989f976
commit
c67b68fc5a
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ def resolve_tasks(taskset, manifest):
|
|||
boot.DisableGetTTYs,
|
||||
security.EnableShadowConfig,
|
||||
network.RemoveDNSInfo,
|
||||
network.RemoveHostname,
|
||||
network.ConfigureNetworkIF,
|
||||
tasks.network.EnableDHCPCDDNS,
|
||||
initd.AddExpandRoot,
|
||||
|
|
Loading…
Add table
Reference in a new issue