aboutsummaryrefslogtreecommitdiff
path: root/tasks/post_setup.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-24 13:42:52 +0300
committerheqnx <root@heqnx.com>2025-06-24 13:42:52 +0300
commit7ec9ff70102be059ad754764a50833ef362488be (patch)
tree7d6b679fb92a04c0ea3e1492440dc317a78176b9 /tasks/post_setup.yaml
parent5b991e1a11faa14822bc2ea27b8dcb949e12ba61 (diff)
downloadansible-pve-host-7ec9ff70102be059ad754764a50833ef362488be.tar.gz
ansible-pve-host-7ec9ff70102be059ad754764a50833ef362488be.zip
removed post setup
Diffstat (limited to 'tasks/post_setup.yaml')
-rw-r--r--tasks/post_setup.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/post_setup.yaml b/tasks/post_setup.yaml
deleted file mode 100644
index 9c65d99..0000000
--- a/tasks/post_setup.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-- name: final post-installation reboot
- reboot:
- msg: "final post-installation reboot"
- connect_timeout: 10
- reboot_timeout: 600
- pre_reboot_delay: 5
- post_reboot_delay: 10