From 09914fe79b9035a187db4de95ff7c4ff2ce678c7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 15 Sep 2025 12:15:46 +0200 Subject: Fix testing to use the configure bootstrap playbook This is to avoid failing validations, when some variables aren't needed to be configured beforehand to run the bootstrapping of a distro install The bootstrapping process, set up user, network, ssh and password policy and all the other configurations roles doesn't need to be validated or ran in the bootstrapping phase --- roles/configure/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure/tasks/main.yml b/roles/configure/tasks/main.yml index 040dec3..399017a 100644 --- a/roles/configure/tasks/main.yml +++ b/roles/configure/tasks/main.yml @@ -70,7 +70,7 @@ - name: "Run configure playbook using chroot connection" ansible.builtin.command: cmd: | - ansible-playbook site.yml + ansible-playbook bootstrap.yml --limit "{{ hostname }}" --extra-vars '{"hostname":"{{ hostname }}"}' --extra-vars "@/opt/ansible-distro-configure/host_vars/{{ hostname }}.yml" -- cgit v1.2.3