Update for tags
This commit is contained in:
parent
84e84f9d93
commit
bc705e073c
1 changed files with 119 additions and 117 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
- block:
|
||||||
- name: Include vars for {{ ansible_os_family }}
|
- name: Include vars for {{ ansible_os_family }}
|
||||||
include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
include_vars: "{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml"
|
||||||
|
|
||||||
|
|
@ -126,4 +127,5 @@
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == "RedHat"
|
- ansible_os_family == "RedHat"
|
||||||
- ansible_distribution_major_version < '8'
|
- ansible_distribution_major_version < '8'
|
||||||
|
tags:
|
||||||
|
- os
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue