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