1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

runansible straight through (#148)

This commit is contained in:
georgejhunt 2017-07-21 09:40:01 -07:00 committed by GitHub
parent 15b0afc03b
commit 4da87a96b6

View file

@ -55,8 +55,3 @@
- name: Enable rootfs resizing service
service: name=iiab-rpi-root-resize
enabled=yes
- name: Reboot if the config.txt was changed
command: /sbin/reboot
when: rpiconfig.changed
async: 300
poll: 120