diff --git a/molecule/specs/plugins/tar_plugin.py b/molecule/specs/plugins/tar_plugin.py index 41d0522..5e38a52 100644 --- a/molecule/specs/plugins/tar_plugin.py +++ b/molecule/specs/plugins/tar_plugin.py @@ -170,6 +170,10 @@ class IsoToTarSpec(GenericSpec): 'cb': self.valid_path_string_first_list_item, 've': self.ve_string_splitter, }, + 'inner_chroot_script_after': { + 'cb': self.valid_path_string_first_list_item, + 've': self.ve_string_splitter, + }, 'outer_chroot_script_after': { 'cb': self.valid_exec_first_list_item, 've': self.ve_string_splitter,