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

Remove with_items from apt

parent 348bf9ac
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,11 @@
- zabbix
- name: ensure zabbix-smart-check is installed
apt: name={{ item }} state=present
with_items:
apt:
name:
- zabbix-check-smart
- zabbix-check-disk-performance
state: present
when: "'baremetal' in group_names"
tags:
- packages
......
---
- name: ensure snmp software is installed
apt: name={{ item }} state=latest
with_items:
apt:
name:
- snmp
- snmp-mibs-downloader
state: present
tags:
- snmp
- software
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment