aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/hosts.yml
blob: bcc67c6ff96ebf8ceecb8db730c8dc06b43c9c28 (plain) (blame)
1
2
3
4
5
6
7
- name: retrieve hosts file
  get_url:
    url: "{{ workstation_hosts_url }}"
    dest: "{{ workstation_hosts_file }}"
    mode: '0644'
    owner: 0
    group: 0
remember that computers suck.