aboutsummaryrefslogtreecommitdiffstats
path: root/site.workstation.yml
blob: 65caed7a54172a5b093087fddd1b7068dd4bdad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- hosts: localhost

  pre_tasks:
    - name: verify running as root
      fail:
      when: ansible_user_id != "root"
      tags: always

  roles:
    - role: workstation
remember that computers suck.