mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
add a default value for the -d option of ansible-pull
Thi permit to simplify the command line to use by using a sensible default, and so reduce the number of incorrect possible choices and setup needed. Among potential incorrect choices is using a fixed directory in /tmp, which could be problematic with a setup whose access is not properly restricted.
This commit is contained in:
parent
b0f6e77f66
commit
f8b23e5721
2 changed files with 6 additions and 4 deletions
|
@ -52,7 +52,8 @@ OPTIONS
|
|||
|
||||
*-d* 'DEST', *--directory=*'DEST'::
|
||||
|
||||
Directory to checkout repository into.
|
||||
Directory to checkout repository into. If not provided, a subdirectory of
|
||||
~/.ansible/pull/ will be used.
|
||||
|
||||
*-U* 'URL', *--url=*'URL'::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue