summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-28 11:50:39 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-28 11:50:39 +0200
commiteffc3ecaa484fb1e5d1dc1281743553cc4679dfe (patch)
tree1c622687b24f0bf29b240f14b966627194ca2d40
parent6d1b8d0c4ea34e06bfdbacf5a6321aa13c2dfb2c (diff)
downloaddebian-ansible-effc3ecaa484fb1e5d1dc1281743553cc4679dfe.tar.gz
fix: subplot to work with current Subplot
Sponsored-by: author
-rw-r--r--subplot.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/subplot.md b/subplot.md
index bbf3d88..952ba95 100644
--- a/subplot.md
+++ b/subplot.md
@@ -1,12 +1,12 @@
---
title: "debian-ansible&mdash;Ansible roles for Debian systems"
author: Lars Wirzenius
-template: python
bindings:
- subplot.yaml
-functions:
-- subplot.py
-- lib/runcmd.py
+impls:
+ python:
+ - subplot.py
+ - lib/runcmd.py
...