summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-29 17:55:32 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-29 17:55:32 +0200
commitace065db4ff3e0f04267c75bcb9fa70463de061a (patch)
tree9c2cd536cd6e50582f4b2a97ce6f29c554b8ebe3
parent90fd29244f1907d4817c9dd7783d53b2e7c7da9c (diff)
downloadambient-build-vm-ace065db4ff3e0f04267c75bcb9fa70463de061a.tar.gz
subplot.yml: install Subplot from apt.liw.fi
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--subplot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subplot.yml b/subplot.yml
index bfb0231..c48e3d9 100644
--- a/subplot.yml
+++ b/subplot.yml
@@ -1,6 +1,11 @@
- hosts: image
tasks:
+ - name: "add the apt.liw.fi APT repository"
+ apt_repository:
+ repo: "deb https://apt.liw.fi/debian unstable main"
+ update_cache: yes
+
- name: "install tools for Rust and Subplot"
apt:
name:
@@ -17,6 +22,7 @@
- daemonize
- procps
- python3-requests
+ - subplot
- tidy
- name: "install rustup"