Skip to content

Commit

Permalink
updated 10471 based on OS version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed May 30, 2024
1 parent 2a00e98 commit 0e30a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ansible_vars_goss.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ RHEL_08_010292: {{ rhel_08_010292 }}
RHEL_08_010375: {{ rhel_08_010375 }}
RHEL_08_010376: {{ rhel_08_010376 }}
RHEL_08_010440: {{ rhel_08_010440 }}
RHEL_08_010471: {{ rhel_08_010471 }}
RHEL_08_010471: {% if ansible_facts['distribution_version'] is version('8.4', '<=') %}true{% else %}false{% endif %} # Only runs if 8.4 or less
RHEL_08_010540: {{ rhel_08_010540 }}
RHEL_08_010541: {{ rhel_08_010541 }}
RHEL_08_010542: {{ rhel_08_010542 }}
Expand Down

0 comments on commit 0e30a66

Please sign in to comment.