mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
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.
|
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
|
- name: create jenkins container
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Add table
Reference in a new issue