moved handler inside the role folder

This commit is contained in:
John 2020-07-30 22:03:14 -02:30
parent 022bf9440f
commit 05ade9a4bb
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
---
- name: reboot
reboot:

View File

@ -8,9 +8,6 @@
- role: download
- role: raspbian
- role: ubuntu
handlers:
- name: reboot
reboot:
- hosts: master
become: yes