Skip to content

Commit

Permalink
Fixes #38137 - Do not double-escape * during package update
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jan 15, 2025
1 parent 2053361 commit 280b069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ template_inputs:
versions: input('Selected update versions')
) -%>
<% if package_names.empty? -%>
<%= render_template('Package Action - Ansible Default', :state => 'latest', :name => '"*"') %>
<%= render_template('Package Action - Ansible Default', :state => 'latest', :name => '*') %>
<% else -%>
---
- hosts: all
Expand Down

0 comments on commit 280b069

Please sign in to comment.