From 830b13f21d320b00e4ec050abf3030ba42e0edd3 Mon Sep 17 00:00:00 2001 From: Markus Brechtel Date: Thu, 23 Jan 2020 13:08:14 +0000 Subject: [PATCH] reboot with ansible module --- tasks/common.yaml | 2 -- tasks/main.yaml | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tasks/common.yaml b/tasks/common.yaml index d14c0ef..910af46 100644 --- a/tasks/common.yaml +++ b/tasks/common.yaml @@ -26,7 +26,5 @@ name: debian_packages - import_role: name: system_upgrade -- import_role: - name: reboot - import_role: name: unattended-upgrades diff --git a/tasks/main.yaml b/tasks/main.yaml index 2805a8c..987ce2a 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -16,6 +16,8 @@ - import_tasks: common.yaml - import_tasks: microcode.yaml +- reboot: + - import_tasks: network.yaml - import_role: @@ -31,9 +33,6 @@ - import_tasks: kitaplus.yaml when: kita_plus_url is defined -# - import_role: -# name: reboot - - import_role: name: display_manager vars: