From 9b2afb81cc7f61de263d789700f0fc7ee4546155 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sun, 26 Jan 2025 14:39:25 +0000 Subject: [PATCH] Host specifier for debian/ubuntu --- examples/ubuntu.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/ubuntu.scm b/examples/ubuntu.scm index eb6ede4..e993b2c 100644 --- a/examples/ubuntu.scm +++ b/examples/ubuntu.scm @@ -1,7 +1,6 @@ (use-modules (ordo playbook) (ordo play) - (ordo interceptor) (ordo interceptor apt)) (playbook @@ -9,8 +8,7 @@ #:plays (list (play #:name "Test APT operations" - ;;#:host '(tagged #:ubuntu) - #:host "localhost" + #:host '(tagged/any #:ubuntu #:debian) #:interceptors (list (apt:update) (apt:dist-upgrade)