mirror of
https://github.com/rocky-linux/ansible-role-ipa-getcert.git
synced 2024-11-21 20:01:22 +00:00
fix bash
This commit is contained in:
parent
62e05c6f50
commit
7e6938b136
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{% if ipa_getcert_nss %}
|
{% if ipa_getcert_nss %}
|
||||||
nss_db_path="{{ ipahosts.nss_db_dir | default(ipa_getcert_nss_default_location) }}"
|
nss_db_path="{{ ipahosts.nss_db_dir | default(ipa_getcert_nss_default_location) }}"
|
||||||
if [ ! -d "${nss_db_path}" && ! -L "${nss_db_path}" ]; then
|
if [ ! -d "${nss_db_path}" ] && [ ! -L "${nss_db_path}" ]; then
|
||||||
mkdir -p "${nss_db_path}"
|
mkdir -p "${nss_db_path}"
|
||||||
fi
|
fi
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user