Skip to content
Snippets Groups Projects
Commit 6a7c70e5 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Remove with_items from apt

parent 4269daa2
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,13 @@ ...@@ -26,12 +26,13 @@
- meta: flush_handlers - meta: flush_handlers
- name: ensure the tsm packages are installed - name: ensure the tsm packages are installed
apt: name={{ item }} state=present apt:
with_items: name:
- gskssl64 - gskssl64
- gskcrypt64 - gskcrypt64
- tivsm-ba - tivsm-ba
- tivsm-api64 - tivsm-api64
state: present
tags: tags:
- tsm - tsm
- packages - packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment