From 05b97057e45a79e1f3bd4c539531bfb90fda9344 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 1 Dec 2022 08:56:42 +0200 Subject: [PATCH] fix set_fact --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 0135061..1f5f3e2 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -40,7 +40,7 @@ register: puppet_config_file_result - name: Set variable for Puppet configuration file - set_facts: + set_fact: puppet_config_file: "{{ puppet_config_file_result.stdout }}" - name: Ensure puppet server master section is configured