Problem referencing defined variables

Dave,
the double quotes should be around the full value of path. see http://docs.ansible.com/ansible/latest/YAMLSyntax.html#gotchas

  • lineinfile:
    path: “/home/{{ new_user_acct_name }}/.ssh/authorized_keys”

regards, Zsolt