summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/kill_shell.yaml
blob: 408caa699c8b1daa6213a617e21e5bc1848db493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
# vim:ff=unix ts=2 sw=2 ai expandtab

###
# Notice the minus on the line below -- this starts the playbook's record
# in the YAML document. Only one playbook is allowed per YAML file.  Indent
# the body of the playbook.
-
  hosts: dev_machine

  sudo: True

  vars_files:
    - "../default_variables.yaml"

  tasks:
    - name: "Setting default personality"
      service: name=gdm state=restarted