bencawkwell/ansible-dwarffortress

Changes to the init.txt file should be done using a reusable role/module

bencawkwell opened this issue · 0 comments

Currently the changes to init.txt thoughout the project are done using the lineinfile module, however the logic to change this file is the same regardless of which setting is being modified, so this could be refactored to use a custom module specifically designed to make those changes.