--- # 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