Improve jinja2 spacing: Remove space between join and ()

This change removes the space between join and (): "join ()" to "join()"
This commit is contained in:
Thomas Woerner
2023-01-17 11:51:38 +01:00
parent cc6a80fa88
commit d7c02d1347
37 changed files with 46 additions and 46 deletions

View File

@@ -19,7 +19,7 @@
/bin/bash
external-ca.sh
"{{ groups.ipaserver[0] }}"
"{{ ipaserver_domain | default(groups.ipaserver[0].split('.')[1:] | join ('.')) }}"
"{{ ipaserver_domain | default(groups.ipaserver[0].split('.')[1:] | join('.')) }}"
args:
chdir: "{{ playbook_dir }}"