service: Support validating templated files
This commit is contained in:
@@ -30,7 +30,7 @@ _service_container_template_mounts: >-
|
||||
([{'readonly': true}] * _service_template_mounts | length) |
|
||||
zip(
|
||||
_service_template_mounts |
|
||||
community.general.remove_keys(['mode']),
|
||||
community.general.remove_keys(['mode', 'template_validate_command']),
|
||||
_service_template_mounts |
|
||||
map(attribute='source') |
|
||||
map('regex_replace', '\.j2$', '') |
|
||||
|
||||
Reference in New Issue
Block a user