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

Merge branch 'oracle' into 'master'

"OracleLinux"

See merge request ansible/roles/essential!11
parents 80d6c887 c12b63b4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
tags: ubuntu
# Centos
- name: Perform specific setup for RedHat, Centos
- name: Perform specific setup for RedHat, Centos, OracleLinux
include_tasks: centos/main.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
when: ansible_distribution == 'CentOS' or ansible_distribution == 'OracleLinux' 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