]> git.phdru.name Git - ansible.git/blob - playbooks/debian/init-system.yml
Fix(init-system): Overwrite `sources.list` only if it's brand-new
[ansible.git] / playbooks / debian / init-system.yml
1 - name: Setup Debain system
2   hosts: "{{ hosts | default('servers') }}"
3   gather_facts: false
4   roles:
5     - sudo
6     - phd