coturn: use simple statement instead of with_items

This commit is contained in:
Markus 2020-11-13 18:27:52 +01:00
parent d8ab59accc
commit 421785c336
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
---
- name: Install coturn
apt: name={{ item }}
with_items:
- coturn
apt: name=coturn
- name: Configure coturn
template: src={{ item }}.j2 dest=/etc/{{ item }}