Fixing typo in Inventory documentation. (#15858)
This commit is contained in:
parent
acf3c4dedd
commit
08f71c400f
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ ansible_become
|
|||
ansible_docker_extra_args
|
||||
Could be a string with any additional arguments understood by Docker, which are not command specific. This parameter is mainly used to configure a remote Docker daemon to use.
|
||||
|
||||
Here an example of how to instantly depoloy to created containers::
|
||||
Here is an example of how to instantly deploy to created containers::
|
||||
|
||||
- name: create jenkins container
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue