You've already forked ansible-role-repo-epel
Fix conditional, add quotes
This commit is contained in:
@@ -22,4 +22,4 @@
|
|||||||
- name: mirror is specified correctly
|
- name: mirror is specified correctly
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "{{ lookup('env', 'EPEL_MIRROR_URL') }} in repofile.stdout"
|
- "'{{ lookup('env', 'EPEL_MIRROR_URL') }}' in repofile.stdout"
|
||||||
|
|||||||
Reference in New Issue
Block a user