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

Merge branch 'centos' into 'master'

centos

See merge request ansible/roles/essential!8
parents 230439b7 a8b8e3af
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