@ -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 <ansible_distribution>"
debug:
msg: "{{ ansible_distribution }}"
- name: "Variable <group_names>"
msg: "{{ group_names }}"
- name: "Variable <sudo_group>"
msg: "{{ sudo_group }}"
roles: