|
|
|
@ -12,14 +12,16 @@
|
|
|
|
- ansible_version.minor >= 10
|
|
|
|
- ansible_version.minor >= 10
|
|
|
|
msg: "The ansible version has to be at least ({{ ansible_version.full }})"
|
|
|
|
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>"
|
|
|
|
- name: "Variable <ansible_distribution>"
|
|
|
|
debug:
|
|
|
|
debug:
|
|
|
|
msg: "{{ ansible_distribution }}"
|
|
|
|
msg: "{{ ansible_distribution }}"
|
|
|
|
- name: "Variable <group_names>"
|
|
|
|
- name: "Variable <group_names>"
|
|
|
|
debug:
|
|
|
|
debug:
|
|
|
|
msg: "{{ group_names }}"
|
|
|
|
msg: "{{ group_names }}"
|
|
|
|
- name: "Variable <sudo_group>"
|
|
|
|
|
|
|
|
debug:
|
|
|
|
|
|
|
|
msg: "{{ sudo_group }}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
roles:
|
|
|
|
|
|
|
|
|