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