all service to be chosen

This commit is contained in:
nazunalika 2021-08-25 09:58:40 -07:00
parent 7e6938b136
commit 8f96f9baa5
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ fi
-O "{{ ipahosts.owner }}" \
-o "{{ ipahosts.owner }}" \
{% endif %}
-K "host/{{ ipahosts.name }}"
-K "{{ ipahosts.service | default('host') }}/{{ ipahosts.name }}"
{% endfor %}