Host specifier for debian/ubuntu

This commit is contained in:
Ray Miller 2025-01-26 14:39:25 +00:00
parent 1784234385
commit 9b2afb81cc
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -1,7 +1,6 @@
(use-modules (use-modules
(ordo playbook) (ordo playbook)
(ordo play) (ordo play)
(ordo interceptor)
(ordo interceptor apt)) (ordo interceptor apt))
(playbook (playbook
@ -9,8 +8,7 @@
#:plays (list #:plays (list
(play (play
#:name "Test APT operations" #:name "Test APT operations"
;;#:host '(tagged #:ubuntu) #:host '(tagged/any #:ubuntu #:debian)
#:host "localhost"
#:interceptors (list #:interceptors (list
(apt:update) (apt:update)
(apt:dist-upgrade) (apt:dist-upgrade)