mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07: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:
|
remote_addr:
|
||||||
description:
|
description:
|
||||||
- Container identifier
|
- Container identifier
|
||||||
default: The set user as per docker's configuration
|
default: inventory_hostname
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_host
|
- name: ansible_host
|
||||||
- name: ansible_lxc_host
|
- name: ansible_lxc_host
|
||||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = """
|
||||||
remote_addr:
|
remote_addr:
|
||||||
description:
|
description:
|
||||||
- Container identifier
|
- Container identifier
|
||||||
default: The set user as per docker's configuration
|
default: inventory_hostname
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_host
|
- name: ansible_host
|
||||||
- name: ansible_lxd_host
|
- name: ansible_lxd_host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue