mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 20:34:41 +00:00
roles: Fix jinja2 template spacing
This patch fixes ansible-lint warns on jinja2 template spacing in roles
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
- name: Set controller destination directory
|
||||
ansible.builtin.set_fact:
|
||||
ipabackup_controller_dir:
|
||||
"{{ ipabackup_controller_path | default(lookup('env','PWD')) }}/{{
|
||||
"{{ ipabackup_controller_path | default(lookup('env', 'PWD')) }}/{{
|
||||
ipabackup_name_prefix | default(ansible_facts['fqdn']) }}_{{
|
||||
ipabackup_item }}/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user