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: