copr: remove unnecessary brackets
They messes up vim syntax highlighting and makes editing the file remotely too annoying.
This commit is contained in:
parent
10f62c6bb5
commit
3ccd49e655
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue