1
0
Fork 0
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:
Abhijeet Kasurde 2018-06-06 09:35:51 +05:30 committed by Brian Coca
parent 956fe7362d
commit 174d969714
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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