diff options
author | heqnx <root@heqnx.com> | 2025-07-12 14:41:46 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 14:41:46 +0300 |
commit | 6e559dd880cf72b23c98d63e53982e4f359747f4 (patch) | |
tree | 7586d79ccfabb2afb4e0d8ba711bfca6e75d311b /ansible/roles/srv01/tasks/reboot.yaml | |
parent | 5c07039ceb41ad6867213827440876a74f586aad (diff) | |
download | ansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.tar.gz ansible-active-directory-range-6e559dd880cf72b23c98d63e53982e4f359747f4.zip |
explicit task names
Diffstat (limited to 'ansible/roles/srv01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/srv01/tasks/reboot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/srv01/tasks/reboot.yaml b/ansible/roles/srv01/tasks/reboot.yaml index 29ea4b0..f521bdc 100644 --- a/ansible/roles/srv01/tasks/reboot.yaml +++ b/ansible/roles/srv01/tasks/reboot.yaml @@ -1,4 +1,4 @@ -- name: "{{ main_linux_srv01_hostname }}.{{ main_domain_name }}: reboot" +- name: "reboot" command: "shutdown -r now &" async: 1 poll: 0 |