summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-16 08:31:48 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-16 08:31:48 +0300
commit3a256513db014cf81108a9cd0871db971aea688f (patch)
tree407c6fa67d4683dc978bd82df986e94331e310de
parentfb760a19af211b1131e09cf099e634264e5aebe2 (diff)
downloaddebian-ansible-3a256513db014cf81108a9cd0871db971aea688f.tar.gz
refactor: move doc metadata to top
Sponsored-by: author
-rw-r--r--subplot.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/subplot.md b/subplot.md
index 9a01900..6b0c59a 100644
--- a/subplot.md
+++ b/subplot.md
@@ -1,3 +1,15 @@
+---
+title: "debian-ansible&mdash;Ansible roles for Debian systems"
+author: Lars Wirzenius
+template: python
+bindings:
+- subplot.yaml
+functions:
+- subplot.py
+- lib/runcmd.py
+...
+
+
# Introduction
`debian-ansible` is a collection of Ansible roles for managing Debian
@@ -62,16 +74,3 @@ Verify that everything looks OK and that other scenarios can be run.
given a host running Debian
then I can run /bin/true on the host
~~~
-
-
-
----
-title: "debian-ansible&mdash;Ansible roles for Debian systems"
-author: Lars Wirzenius
-template: python
-bindings:
-- subplot.yaml
-functions:
-- subplot.py
-- lib/runcmd.py
-...