mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct defaults in lxc and lxd connection plugin
remote_addr value defaults to inventory_hostname, current defaults seems to be copy-paste error. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
956fe7362d
commit
174d969714
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ DOCUMENTATION = """
|
|||
remote_addr:
|
||||
description:
|
||||
- Container identifier
|
||||
default: The set user as per docker's configuration
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: ansible_host
|
||||
- name: ansible_lxc_host
|
||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = """
|
|||
remote_addr:
|
||||
description:
|
||||
- Container identifier
|
||||
default: The set user as per docker's configuration
|
||||
default: inventory_hostname
|
||||
vars:
|
||||
- name: ansible_host
|
||||
- name: ansible_lxd_host
|
||||
|
|
Loading…
Reference in a new issue