First implementation
This commit is contained in:
9
ansible/roles/base/handlers/main.yml
Normal file
9
ansible/roles/base/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: expand filesystem
|
||||
shell: resize2fs /dev/mmcblk0p2
|
||||
notify:
|
||||
- reboot
|
||||
|
||||
- name: reboot
|
||||
reboot:
|
||||
|
Reference in New Issue
Block a user