This should allow the module to process any variable or part of a variable.
Example might be you want your host to be "${hostprefix}.mydomain.com" or "192.168.1.${ipSuffix}" or something else.
This duplicates the serverJson variable first, so you dont change the serverJSON before the CLI is ready for it to be processed.
Please test before merging.
This should allow the module to process any variable or part of a variable. Example might be you want your host to be "${hostprefix}.mydomain.com" or "192.168.1.${ipSuffix}" or something else.
This duplicates the serverJson variable first, so you dont change the serverJSON before the CLI is ready for it to be processed. Please test before merging.