Skip to content

Commit

Permalink
Walker can't template __meta__ without a Templar
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Sep 23, 2024
1 parent fc1de1b commit 4c88051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansible_creator/subcommands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4c88051

Please sign in to comment.