diff --git a/tasks/ownca_cert.yml b/tasks/ownca_cert.yml index e0cef76..5813305 100644 --- a/tasks/ownca_cert.yml +++ b/tasks/ownca_cert.yml @@ -134,4 +134,4 @@ set_fact: certchanged: "{{ casignedsign is changed }}" - name: handle postflight - include: common_post.yml + include_tasks: common_post.yml