Skip to content

Commit

Permalink
Fix ansible-error: unsupported locale setting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Oct 25, 2023
1 parent 17014e2 commit 28fbe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/lib/forklift/box_distributor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def define_vm(config, box = {})
domain = create_domain(box)
"#{box.fetch('name').to_s.tr('.', '-')}.#{domain}"
end

ENV['LC_ALL'] = "C.UTF-8"
resize_disk(machine) if box.fetch('disk_size', false)

networks = configure_networks(box.fetch('networks', []))
Expand Down

0 comments on commit 28fbe5f

Please sign in to comment.