mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user