diff --git a/tasks/dev.yml b/tasks/dev.yml index 788fea4..c06a63a 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -7,7 +7,8 @@ when: "item not in installed_packages.stdout_lines" with_items: - 'biber' - - 'pandoc' + - 'pandoc-bin' + - 'pandoc-citeproc-bin' - 'texlive-most' - name: "Install dev packages"