- name: ADD SSH-Key to Node
gather_facts: false
hosts: all
tasks:
- name: Create .ssh
ansible.windows.win_file:
path: ".ssh"
state: directory
roles:
- role: add-sshkey