style 💎: Fix regex pattern in kerberos.yml
Updated regular expression to correctly extract krb5.conf path, ensuring accurate output from samba_provision command.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
| trim
|
| trim
|
||||||
}}
|
}}
|
||||||
when: samba_provision_output.stdout is defined
|
when: samba_provision_output.stdout is defined
|
||||||
|
# the regex doesnt actually work
|
||||||
|
|
||||||
- name: Show extracted krb5.conf path
|
- name: Show extracted krb5.conf path
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user