forked from infra/ansible
coturn: use simple statement instead of with_items
This commit is contained in:
parent
d8ab59accc
commit
421785c336
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user