From 896ba27da57d7fa0233021c2e4c85ced7fa6eee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Wed, 2 Oct 2024 12:15:01 +0200 Subject: [PATCH] =?UTF-8?q?refs=20#8025=20Configure=20base=20Debian=20host?= =?UTF-8?q?=20-=20Detalles=20en=20los=20nombres=20de=20las=20tareas=20y=20?= =?UTF-8?q?la=20condici=C3=B3n=20when=20de=20Configure=20virtual=20machine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/debian.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/debian.yml b/playbooks/debian.yml index f1ef67f..266cd85 100644 --- a/playbooks/debian.yml +++ b/playbooks/debian.yml @@ -2,13 +2,13 @@ hosts: all vars_files: ../vault.yml tasks: - - name: Configure virtual machine or host + - name: Configure virtual machine or host (not LXC) import_role: name: debian-host when: ansible_virtualization_role == 'host' or ansible_virtualization_type == 'kvm' - - name: Configure base system + - name: Configure base system (all) import_role: - name: debian-base + name: debian-base - name: Configure guest import_role: name: debian-guest @@ -16,4 +16,4 @@ - name: Configure virtual machine import_role: name: debian-qemu - when: ansible_virtualization_role == 'guest' and ansible_virtualization_type == 'kvm' + when: ansible_virtualization_type == 'kvm'