- name: reboot reboot: when: "'handler' not in ansible_skip_tags" - name: reload interfaces command: ifreload -a when: "'handler' not in ansible_skip_tags"