restart-kodi.yml 247 B

12345678910111213
  1. ---
  2. - hosts: all
  3. gather_facts: false
  4. become: true
  5. tasks:
  6. - name: "Rebooting {{ inventory_hostname }}..."
  7. ansible.builtin.debug:
  8. msg: "Rebooting now..."
  9. - name: "Reboot {{ inventory_hostname }}"
  10. ansible.builtin.reboot: