mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00: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:
committed by
Brian Coca
parent
956fe7362d
commit
174d969714
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user