robocar-setup/ansible/roles/base/handlers/main.yml

10 lines
114 B
YAML
Raw Permalink Normal View History

2020-02-07 12:38:30 +00:00
---
- name: expand filesystem
shell: resize2fs /dev/mmcblk0p2
notify:
- reboot
- name: reboot
reboot: