From d884676612b2b8372cb88364cfa8fc68cf3c7dcf Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 15:24:59 +1100 Subject: [PATCH] Fixes --- src/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 2322df9..d5323b3 100644 --- a/src/index.html +++ b/src/index.html @@ -74,7 +74,7 @@
single-shot → ansible-playbook
-
$ enroll single-shot --out ./ansible
+
$ enroll single-shot --harvest ./harvest --out ./ansible
$ cd ./ansible && tree -L 2
.
 ├── ansible.cfg
@@ -178,7 +178,6 @@
     

Quickstart

-

Copy, paste, iterate.

Full README @@ -199,7 +198,7 @@
# Harvest → Manifest in one go
-enroll single-shot --out ./ansible
+enroll single-shot --harvest ./harvest --out ./ansible
 
 # Then run Ansible locally
 ansible-playbook -i "localhost," -c local ./ansible/playbook.yml