Skip to content

Commit

Permalink
Register SLES VMs before installing podman (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy authored Dec 2, 2024
1 parent d9a1ce9 commit 07c38b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/provision-vm/tasks/sles.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---

- name: Register VM
command: registercloudguest --force-new
register: register_result
until: register_result is not failed
retries: 5
delay: 10

- name: Install podman
community.general.zypper:
name: podman
Expand Down

0 comments on commit 07c38b5

Please sign in to comment.