blob: 2701da2ab1aee39543ab72b4e7d98b43d945980e [file] [log] [blame]
---
# handlers file for opdk-setup-selinux-disable
- name: restart node
become: true
ignore_errors: yes
shell: 'reboot now'
async: '{{ restart_node_async }}'
poll: '{{ restart_node_poll }}'