Add generate-certs to local_actions.yml tasks

This commit is contained in:
Jose M 2020-06-29 15:48:51 +02:00
parent 70f534693e
commit d7339ee6fe

View File

@ -4,6 +4,9 @@
path: "{{ local_certs_path }}"
register: certificates_folder
delegate_to: localhost
tags:
- generate-certs
- block: