aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/hosts.yml
blob: 7cc261a3ffdbf6816236a2cb85cacaa4e7beb759 (plain) (blame)
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
remember that computers suck.