Use context instead of global vars
This commit is contained in:
parent
1535baa68b
commit
7f5ec3ac29
13 changed files with 243 additions and 205 deletions
|
@ -5,7 +5,6 @@
|
|||
#:use-module (ordo task)
|
||||
#:use-module (ordo handler)
|
||||
#:use-module (ordo connection)
|
||||
#:use-module (ordo inventory)
|
||||
#:use-module (ordo vars)
|
||||
#:use-module (ordo context)
|
||||
#:use-module (ordo logger)
|
||||
#:re-export (add-host! local-connection ssh-connection run playbook play task handler $))
|
||||
#:re-export (add-host! local-connection ssh-connection current-connection run playbook play task handler $))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue