- name: .ssh directory
    file:
      path: "/root/.ssh"
      state: directory
      owner: "root"
      mode: 0750