Skip to content

Instantly share code, notes, and snippets.

@mtmn
mtmn / debian_build_podman.yaml
Created February 6, 2026 21:51
ansible task for building podman from source
---
- name: Build podman from source
hosts: all
become: true
vars:
src_dir: /usr/local/src
go_path: /usr/local/go
runc_version: v1.2.0
go_version: 1.25.6