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

Remove with_items from apt

parent 622965ac
No related branches found
No related tags found
No related merge requests found
......@@ -64,13 +64,12 @@
- name: Have RT packages installed
apt:
name: "{{ item }}"
state: present
install_recommends: no
with_items:
name:
- request-tracker4
- rt4-fcgi
- rt4-db-postgresql
state: present
install_recommends: no
tags:
- rt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment