diff options
author | Larry Smith Jr <mrlesmithjr@gmail.com> | 2017-06-26 21:17:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 21:17:00 -0400 |
commit | 80c5b2d2f5cccfaa1ef5ad56a0fe0b36c3105c97 (patch) | |
tree | 27a46549b074f22360fc448f7eb5f20d3d165a4f /tasks | |
parent | e21afd9063945e9825e4fe541244bc788a15590f (diff) | |
parent | 718e41338b55a751da77da92377bab28cb9e8923 (diff) | |
download | ansible-rabbitmq-80c5b2d2f5cccfaa1ef5ad56a0fe0b36c3105c97.tar.gz ansible-rabbitmq-80c5b2d2f5cccfaa1ef5ad56a0fe0b36c3105c97.tar.zst ansible-rabbitmq-80c5b2d2f5cccfaa1ef5ad56a0fe0b36c3105c97.zip |
Merge pull request #13 from Nklya/master
Add OracleLinux to RHEL
Diffstat (limited to 'tasks')
-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" |