mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Playbook dir option (#32275)
* initial add of basedir Allows you to set a 'playbook dir' for adhoc, inventory and console to allow for 'relative path loading'
This commit is contained in:
parent
8037eb7474
commit
95b31a3b61
4 changed files with 13 additions and 2 deletions
|
@ -88,6 +88,7 @@ class ConsoleCLI(CLI, cmd.Cmd):
|
|||
vault_opts=True,
|
||||
fork_opts=True,
|
||||
module_opts=True,
|
||||
basedir_opts=True,
|
||||
desc="REPL console for executing Ansible tasks.",
|
||||
epilog="This is not a live session/connection, each task executes in the background and returns it's results."
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue