From ba82159df33cc3112a9742f2da324d2af0171c91 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Sep 2021 16:31:57 +0200 Subject: [PATCH] bugfix: added autodiscover tag to autodiscover_pre_tasks include --- setup.yml | 2 ++ smardigo.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/setup.yml b/setup.yml index 8625cdd..863905c 100644 --- a/setup.yml +++ b/setup.yml @@ -36,6 +36,8 @@ - name: "Import autodiscover pre-tasks" include_tasks: tasks/autodiscover_pre_tasks.yml + tags: + - autodiscover roles: - role: ansible-role-docker diff --git a/smardigo.yml b/smardigo.yml index a4e346a..04f3973 100644 --- a/smardigo.yml +++ b/smardigo.yml @@ -16,6 +16,8 @@ - name: "Import autodiscover pre-tasks" include_tasks: tasks/autodiscover_pre_tasks.yml + tags: + - autodiscover roles: - role: postfix