aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/hosts/tasks/main.yml
blob: 920fbf8b68ec6525f82f3470897daf74c6fd053c (plain) (blame)
1
2
3
4
5
6
7
8
9
---

- name: retrieve hosts file
  ansible.builtin.get_url:
    url: "{{ hosts_url }}"
    dest: "{{ hosts_file }}"
    mode: "0644"
    owner: 0
    group: 0
remember that computers suck.