Skip to content
Snippets Groups Projects
Unverified Commit e19e16c7 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #853 from t-woerner/concatenation_only_with_jinja

ipaserver: Use jinja for list concatenation
parents 90f6e14c 0ff119a2
Branches
Tags
No related merge requests found
......@@ -11,4 +11,4 @@
force: yes
- name: Install - Extend ipaserver_external_cert_files with "/root/{{ item | basename }}"
set_fact:
ipaserver_external_cert_files: "{{ ipaserver_external_cert_files }} + [ '/root/{{ item | basename }}' ]"
ipaserver_external_cert_files: "{{ ipaserver_external_cert_files + [ '/root/' + (item | basename) ] }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment