Host specifier for debian/ubuntu
This commit is contained in:
parent
1784234385
commit
9b2afb81cc
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue