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 26, 2023
1 parent 17014e2 commit 7a75fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/lib/forklift/box_distributor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def define_vm(config, 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 7a75fa5

Please sign in to comment.