fix docker default remote_user (#52137)

Fix bogus default value in config- exposed by become plugins (#50911) actually using this value in more cases.
pull/52142/head
Matt Davis 5 years ago committed by GitHub
parent 1da5e21289
commit cd7a144515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save