Increase podman pull timeout
@@ -62,6 +62,8 @@
register: podman_pull
until:
podman_pull.stdout != ''
+ retries: 12
+ delay: 10
- name: Apply machine config
command: "podman run {{ podman_mounts }} {{ podman_flags }} {{ mcd_command }}"
@@ -128,6 +128,8 @@
- name: Get machine controller daemon image from release image
command: "podman run --rm {{ l_release_image }} image machine-config-operator"
@@ -143,6 +145,8 @@
- name: Apply ignition manifest