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

"OracleLinux"

parent 80d6c887
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