Don't require #:name keyword to create task

This commit is contained in:
Ray Miller 2025-07-06 17:06:33 +01:00
parent f83fde7ad7
commit 1efa10ef07
Signed by: ray
GPG key ID: 043F786C4CD681B8
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
(use-modules (ordo core)
(ordo action remote-cmd))
(execute (task #:name "uptime"
(execute (task "uptime"
#:action remote-cmd
#:args (list "uptime" #:return car #:check? #t))
'all