-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
7 lines
110 B
YAML
7 lines
110 B
YAML
---
|
|
- hosts: all,!ansible-hosts
|
|
tasks:
|
|
- name: reboot
|
|
become: yes
|
|
reboot:
|