Open sm97 opened 3 years ago
Use case - I need to override only two configuration files. Other files should go unmodified from distr.
tomcat_conf_templates: - { src: "server.xml.j2", dest: "{{ tomcat_conf_path }}/server.xml" } - { src: "setenv.sh.j2", dest: "{{ tomcat_bin_path }}/setenv.sh" }
Use case - I need to override only two configuration files. Other files should go unmodified from distr.