copr: remove unnecessary brackets

They messes up vim syntax highlighting and makes editing the file
remotely too annoying.
This commit is contained in:
Jakub Kadlcik 2020-11-04 00:27:19 +01:00
parent 10f62c6bb5
commit 3ccd49e655

View file

@ -47,7 +47,7 @@
- package_facts: manager=auto
- name: install copr-builder and other latest packages
dnf: state=latest pkg="{{ packages }}"
dnf: state=latest pkg={{ packages }}
vars:
packages:
- copr-builder