From 4c880513958bb1b02dd9d49feca516cb305f0149 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Mon, 23 Sep 2024 11:28:26 -0400 Subject: [PATCH] Walker can't template __meta__ without a Templar --- src/ansible_creator/subcommands/init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansible_creator/subcommands/init.py b/src/ansible_creator/subcommands/init.py index a952d172..2fd07c54 100644 --- a/src/ansible_creator/subcommands/init.py +++ b/src/ansible_creator/subcommands/init.py @@ -130,6 +130,7 @@ def _scaffold(self) -> None: resource_id=f"{self._project}_project", dest=self._init_path, output=self.output, + templar=self._templar, template_data=template_data, ) paths = walker.collect_paths()