diff --git a/tasks/kerberos.yml b/tasks/kerberos.yml index 3deb906..94e34f3 100644 --- a/tasks/kerberos.yml +++ b/tasks/kerberos.yml @@ -2,7 +2,7 @@ - name: Extract absolute krb5.conf path from provision output ansible.builtin.set_fact: krb5_conf_path: >- - {{ (your_string_variable + {{ (samba_provision_output.stdout | regex_findall("(/\\S*krb5\\.conf)") | default([]) ) | first | default('') }}