From 1b7bb11f08da12ce8ac8cc6985afa4c701066f1a Mon Sep 17 00:00:00 2001 From: psy Date: Mon, 4 Dec 2023 21:42:58 +0100 Subject: [PATCH] replace include with include-tasks --- tasks/ownca_cert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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