mirror of
https://github.com/rocky-linux/ansible-role-ipa-getcert.git
synced 2024-11-24 04:51:23 +00:00
fixing defines
This commit is contained in:
parent
9caee325c0
commit
62e05c6f50
@ -27,10 +27,10 @@ fi
|
||||
-k "{{ ipahosts.key_location | default(ipa_getcert_key_default_location) }}" \
|
||||
-f "{{ ipahosts.cert_location | default(ipa_getcert_cert_default_location) }}" \
|
||||
{% endif %}
|
||||
{% if ipahosts.postcmd %}
|
||||
{% if ipahosts.postcmd is defined %}
|
||||
-C "{{ ipahosts.postcmd }}" \
|
||||
{% endif %}
|
||||
{% if ipahosts.owner %}
|
||||
{% if ipahosts.owner is defined %}
|
||||
-O "{{ ipahosts.owner }}" \
|
||||
-o "{{ ipahosts.owner }}" \
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user