compliance - ansible distribution instead of os
This commit is contained in:
@@ -4,4 +4,4 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include OS specific tasks"
|
- name: "Include OS specific tasks"
|
||||||
ansible.builtin.include_tasks: "compliance_{{ os }}.yml"
|
ansible.builtin.include_tasks: "compliance_{{ ansible_distribution }}.yml"
|
||||||
Reference in New Issue
Block a user