diff options
author | Nikolay Antsiferov <nklya@hotmail.com> | 2017-06-26 18:48:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 18:48:47 +0300 |
commit | 718e41338b55a751da77da92377bab28cb9e8923 (patch) | |
tree | 27a46549b074f22360fc448f7eb5f20d3d165a4f | |
parent | e21afd9063945e9825e4fe541244bc788a15590f (diff) | |
download | ansible-rabbitmq-718e41338b55a751da77da92377bab28cb9e8923.tar.gz ansible-rabbitmq-718e41338b55a751da77da92377bab28cb9e8923.tar.zst ansible-rabbitmq-718e41338b55a751da77da92377bab28cb9e8923.zip |
Add OracleLinux to RHEL
Add OracleLinux to RHEL family OS.
-rw-r--r-- | tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 1da06c4..76b6945 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -5,7 +5,8 @@ | |||
5 | - include: redhat.yml | 5 | - include: redhat.yml |
6 | when: > | 6 | when: > |
7 | ansible_distribution == "CentOS" or | 7 | ansible_distribution == "CentOS" or |
8 | ansible_distribution == "Red Hat Enterprise Linux" | 8 | ansible_distribution == "Red Hat Enterprise Linux" or |
9 | ansible_distribution == "OracleLinux" | ||
9 | 10 | ||
10 | - include: fedora.yml | 11 | - include: fedora.yml |
11 | when: ansible_distribution == "Fedora" | 12 | when: ansible_distribution == "Fedora" |