When running the playbook against localhost the 5.4.1.1 will fail as the ansible_user is not defined. As a possible fix, default to empty string: `ansible_user | default('')` or to user running the playbook `ansible_user | default(ansible_env.USER)`