From d62f1960c4a0d06ae06a11a4f811db5bbc0edaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 26 Mar 2024 16:26:50 +0100 Subject: [PATCH] nimbus.holesky: set missing fact_path for windows-01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/holesky.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/holesky.yml b/ansible/holesky.yml index 26ff4fc..44596fd 100644 --- a/ansible/holesky.yml +++ b/ansible/holesky.yml @@ -40,6 +40,7 @@ become: true hosts: - nimbus-holesky-windows + fact_path: 'C:/ansible/facts.d' vars_files: layout/holesky.yml tasks: - include_role: name=infra-role-beacon-node-windows