You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_mongodb_v4/tasks/main.yml

8 lines
289 B
YAML

# Copyright 2020, Andrew Klychkov <aaklychkov@mail.ru>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- import_tasks: setup_mongodb.yml
when:
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version is version('7', '>=')