mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 18:50:31 -07:00
custom vars for centos-6
This commit is contained in:
parent
2261693e84
commit
591377fdb3
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue