Replace user name variable
Description
Action for installing Docker adds user {{ ansible_user }}
to docker
group.
Action fails when ansible_user
is not set (common when ssh config is used to define the user name).
Proposal
Replace {{ ansible_user }}
with {{ ansible_user_id }}
that comes from gathered facts