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 }}" name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
vars: vars:
epel_specify_mirror: true epel_specify_mirror: true
epel_mirror_url: "{{ lookup('env', 'EPEL_MIRROR_URL')" epel_mirror_url: "{{ lookup('env', 'EPEL_MIRROR_URL') }}"

View File

@@ -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"