aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/workstation.yml
blob: 9510b2b412ae1c9a75e100c5bf51301f0309fc40 (plain) (blame)
1
2
3
4
5
6
7
8
9
- hosts: localhost

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

  roles:
    - role: workstation
remember that computers suck.