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
(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)