This commit is contained in:
mperochon 2017-06-06 14:53:25 +02:00
parent 9dc1010f1e
commit 0681ad8d5f

View file

@ -73,4 +73,5 @@
owner: "{{ issue_cert_file_owner | d('root') }}" owner: "{{ issue_cert_file_owner | d('root') }}"
when: when:
- inventory_hostname in play_hosts - inventory_hostname in play_hosts
- inventory_hostname == issue_cert_hosts|first
- issue_cert_copy_ca|default(false) - issue_cert_copy_ca|default(false)