Fix conditional, add quotes

This commit is contained in:
2021-05-02 22:58:14 +12:00
parent 4af6a420af
commit 6399dc470f

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"