-numerous changes to work with Raspbian 10
-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
This commit is contained in:
6
reboot.yaml
Normal file
6
reboot.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: all,!ansible-hosts
|
||||
tasks:
|
||||
- name: reboot
|
||||
become: yes
|
||||
reboot:
|
||||
Reference in New Issue
Block a user