Skip to content
Snippets Groups Projects
Commit a8b8e3af authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

centos

parent 230439b7
No related branches found
No related tags found
No related merge requests found
---
- name: Enable EPEL repo
dnf:
name: epel-release
state: present
update_cache: yes
......@@ -5,3 +5,9 @@
include_tasks: ubuntu/main.yml
when: ansible_distribution == 'Ubuntu' or ansible_distribution == 'Debian' or ansible_distribution == 'Linux Mint'
tags: ubuntu
# Centos
- name: Perform specific setup for RedHat, Centos
include_tasks: centos/main.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
tags: centos
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment