From 442d0d90ff134ebf807bf0a31bc2d2841eebccdb Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 3 Sep 2021 20:48:20 +0200 Subject: [PATCH] chore: added autodiscover_pre_tasks to info.yml --- info.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/info.yml b/info.yml index cf7b4d8..5d0b530 100644 --- a/info.yml +++ b/info.yml @@ -12,14 +12,16 @@ - ansible_version.minor >= 10 msg: "The ansible version has to be at least ({{ ansible_version.full }})" + become: false + + - name: "Import autodiscover pre-tasks" + include_tasks: tasks/autodiscover_pre_tasks.yml + tags: + - always + - name: "Variable " debug: msg: "{{ ansible_distribution }}" - name: "Variable " debug: msg: "{{ group_names }}" - - name: "Variable " - debug: - msg: "{{ sudo_group }}" - - roles: