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 - name: Install coturn
apt: name={{ item }} apt: name=coturn
with_items:
- coturn
- name: Configure coturn - name: Configure coturn
template: src={{ item }}.j2 dest=/etc/{{ item }} template: src={{ item }}.j2 dest=/etc/{{ item }}