From c12b63b4f97383ca1a31cd5eb45e16dab90c13be Mon Sep 17 00:00:00 2001 From: zimniy <zimniy@cyberbrain.pw> Date: Tue, 1 Jun 2021 16:01:07 +0300 Subject: [PATCH] "OracleLinux" --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2b718a9..9c72130 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 -- GitLab