fix docker default remote_user (#52137)

Fix bogus default value in config- exposed by become plugins (#50911) actually using this value in more cases.
This commit is contained in:
Matt Davis 2019-02-12 16:29:27 -08:00 committed by GitHub
parent 1da5e21289
commit cd7a144515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,10 +22,9 @@ DOCUMENTATION = """
remote_user:
description:
- The user to execute as inside the container
default: The set user as per docker's configuration
vars:
- name: ansible_user
- name: ansible_docker4_user
- name: ansible_docker_user
docker_extra_args:
description:
- Extra arguments to pass to the docker command line