Explorar el Código

reboot with ansible module

master
Markus Brechtel hace 4 años
padre
commit
830b13f21d
Se han modificado 2 ficheros con 2 adiciones y 5 borrados
  1. +0
    -2
      tasks/common.yaml
  2. +2
    -3
      tasks/main.yaml

+ 0
- 2
tasks/common.yaml Ver fichero

@@ -26,7 +26,5 @@
name: debian_packages
- import_role:
name: system_upgrade
- import_role:
name: reboot
- import_role:
name: unattended-upgrades

+ 2
- 3
tasks/main.yaml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar