You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [../ansible-role-users : Use bootstrap_user to login if current/configured user failed or if fact checking is disabled] ***
[WARNING]: Removed restricted key from module data: ansible_ssh_user = root
With ansible 2.5 we are seeing this warning:
Looks like it's being removed because ansible_ssh_user is in MAGIC_VARIABLE_MAPPING in https://github.com/ansible/ansible/blob/devel/lib/ansible/vars/clean.py#L67
The text was updated successfully, but these errors were encountered: