aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/hosts/tasks/main.yml
blob: 20e247eb859cb6325a63f6ada8a40e806dcc0f71 (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.