fix cacert clients include

This commit is contained in:
ace 2022-08-25 18:49:19 +03:00
parent c06c4aac08
commit ae562b621d
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -10,4 +10,4 @@
- name: CA and certs | Include certs creation - name: CA and certs | Include certs creation
include_tasks: certs.yaml include_tasks: certs.yaml
loop: "{{ cacert_certs }}" loop: "{{ cacert_certs }}"
when: "inventory_hostname in groups.cacert_ca" when: "inventory_hostname in groups.cacert_clients"