Skip to content

Commit

Permalink
fix typo in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dangel101 authored and mwperina committed May 3, 2022
1 parent 89086ed commit ef5c2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set_fact:
latest_rh_rel: "{{ item.version }}"
loop: "{{ available_releases.results }}"
when: latest_rh_rhel |default('0') is version(item.version, '<')
when: latest_rh_rel |default('0') is version(item.version, '<')

- block:
- name: Reset configuration of advanced virtualization module
Expand Down

0 comments on commit ef5c2e4

Please sign in to comment.