diff options
-rw-r--r-- | roles/_workstation/basetools/tasks/install.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/roles/_workstation/basetools/tasks/install.yml b/roles/_workstation/basetools/tasks/install.yml index 5e24f4e..655fea3 100644 --- a/roles/_workstation/basetools/tasks/install.yml +++ b/roles/_workstation/basetools/tasks/install.yml @@ -13,10 +13,5 @@ name: _workstation/makepkg vars: makepkg_package_name: "{{ item }}" - loop: - - conftest - - dive-bin - - pandoc-bin - - pipewatch-git - - wkhtmltopdf + loop: "{{ basetools_makepkg_packages }}" when: ansible_distribution in ["Archlinux"] |