feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 2 commits from test-rocky8 into master 2022-02-12 13:38:14 +01:00
3 changed files with 15 additions and 0 deletions
Showing only changes of commit 5bb861caa4 - Show all commits

View File

@ -1,4 +1,16 @@
---
- include_vars: "{{ var_files }}"
vars:
var_files: "{{ lookup('first_found', params, errors='ignore') }}"
params:
files:
- "{{ ansible_lsb.id | default('') | lower }}.yml"
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family | lower }}.yml"
paths:
- "vars"
when: var_files
- include_tasks: install.yml
- include_tasks: config.yml
- name: Check where admin user already exists

3
vars/redhat-8.yml Normal file
View File

@ -0,0 +1,3 @@
---
__mongodb_ansible_deps:
- python3-pymongo