diff --git a/tasks/main.yml b/tasks/main.yml index 915d355..d11633a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,3 +1,3 @@ - name: Create each certificate include_tasks: "deploy_certificate.yml" - loop: "{{ deploy_certificates }}" + loop: "{{ deploy_ssh_certificates }}"