mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-16 19:27:37 +00:00
correction task nvidia
This commit is contained in:
@ -7,10 +7,8 @@
|
||||
environment:
|
||||
KUBECONFIG: /home/fenix/.kube/config
|
||||
|
||||
- name: Reboot remoto e continuar
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Reboot host e esperar voltar
|
||||
become: yes
|
||||
ansible.builtin.reboot:
|
||||
reboot_timeout: 600 # tempo máximo para o host voltar (segundos)
|
||||
test_command: whoami # comando usado para validar que o host voltou
|
||||
|
||||
Reference in New Issue
Block a user