mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
custom vars for centos-6
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
- include_vars: '{{ item }}'
|
||||
with_first_found:
|
||||
- files:
|
||||
- "{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}.yml"
|
||||
- '{{ ansible_os_family }}.yml'
|
||||
- 'defaults.yml'
|
||||
|
||||
|
||||
1
tests/integration/targets/monit/vars/CentOS-6.yml
Normal file
1
tests/integration/targets/monit/vars/CentOS-6.yml
Normal file
@@ -0,0 +1 @@
|
||||
monitrc: "/etc/monit.conf"
|
||||
Reference in New Issue
Block a user