From 02aa1eebd1a1d6f53e834384b995ead1cf5b1a88 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Thu, 14 May 2026 17:02:13 +0400 Subject: [PATCH] Update the `README.md` --- roles/singularity_deb/README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/roles/singularity_deb/README.md b/roles/singularity_deb/README.md index 52be341..f2fb8fb 100644 --- a/roles/singularity_deb/README.md +++ b/roles/singularity_deb/README.md @@ -1,30 +1,23 @@ singularity ========= -Install singularity +Install Singularity from a DEB file hosted on the official Github repo. Requirements ------------ -- build-essential -- cryptsetup-bin -- git -- libgpgme-dev -- libseccomp-dev -- pkg-config -- squashfs-tools -- uuid-dev -- wget -- golang - Role Variables -------------- -`singularity_version` + +- `singularity_deb_os_name`: Ubuntu codename, default: `jammy` +- `singularity_deb_version`: Singularity version, default: `3.9.9` + +Both variables are used in building a Github release URL. Example Playbook ---------------- -See `molecule/default/converge.yml` +See: [converge.yml](molecule/default/converge.yml) License -------