1 2 3 4 5 6 7
- name: retrieve hosts file ansible.builtin.get_url: url: "{{ workstation_hosts_url }}" dest: "{{ workstation_hosts_file }}" mode: '0644' owner: 0 group: 0