Skip to content

Commit

Permalink
Switch to wildcard and insertion of ':' into package name
Browse files Browse the repository at this point in the history
  • Loading branch information
heatmiser committed Jan 8, 2024
1 parent 7528486 commit 4788516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner/workshop_specific/auto_satellite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
tasks:
- name: update podman package on controllers
yum:
name: "podman>={{ auto_satellite_podman_update_version }}"
name: "podman-2{{':'}}{{ auto_satellite_podman_update_version }}*"
state: present
when: auto_satellite_podman_update

Expand Down

0 comments on commit 4788516

Please sign in to comment.