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) }}" \
|
-k "{{ ipahosts.key_location | default(ipa_getcert_key_default_location) }}" \
|
||||||
-f "{{ ipahosts.cert_location | default(ipa_getcert_cert_default_location) }}" \
|
-f "{{ ipahosts.cert_location | default(ipa_getcert_cert_default_location) }}" \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ipahosts.postcmd %}
|
{% if ipahosts.postcmd is defined %}
|
||||||
-C "{{ ipahosts.postcmd }}" \
|
-C "{{ ipahosts.postcmd }}" \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ipahosts.owner %}
|
{% if ipahosts.owner is defined %}
|
||||||
-O "{{ ipahosts.owner }}" \
|
-O "{{ ipahosts.owner }}" \
|
||||||
-o "{{ ipahosts.owner }}" \
|
-o "{{ ipahosts.owner }}" \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user