Fix brackets

This commit is contained in:
2021-05-02 22:11:51 +12:00
parent fa94f36fb1
commit 4af6a420af
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@
- name: mirror is specified correctly
assert:
that:
- "{{ lookup('env', 'EPEL_MIRROR_URL') in repofile.stdout"
- "{{ lookup('env', 'EPEL_MIRROR_URL') }} in repofile.stdout"