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

@@ -7,4 +7,4 @@
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
vars:
epel_specify_mirror: true
epel_mirror_url: "{{ lookup('env', 'EPEL_MIRROR_URL')"
epel_mirror_url: "{{ lookup('env', 'EPEL_MIRROR_URL') }}"