diff options
author | Larry Smith Jr <mrlesmithjr@gmail.coml> | 2016-03-03 15:28:30 -0500 |
---|---|---|
committer | Larry Smith Jr <mrlesmithjr@gmail.coml> | 2016-03-03 15:28:30 -0500 |
commit | 203ffcbfc31abb06c306d3adbde7e44dce9afca2 (patch) | |
tree | 752378316844898114f23c499bad0a2ae6f28cfc /meta | |
parent | 93a297c59940c7cfe88afe0f9110af5b4be521e3 (diff) | |
download | ansible-rabbitmq-203ffcbfc31abb06c306d3adbde7e44dce9afca2.tar.gz ansible-rabbitmq-203ffcbfc31abb06c306d3adbde7e44dce9afca2.tar.zst ansible-rabbitmq-203ffcbfc31abb06c306d3adbde7e44dce9afca2.zip |
Added support for CentOS and Vagrant
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.coml>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/main.yml b/meta/main.yml index 4bd090d..5cb1238 100644 --- a/meta/main.yml +++ b/meta/main.yml | |||
@@ -18,12 +18,12 @@ galaxy_info: | |||
18 | # platform on this list, let us know and we'll get it added! | 18 | # platform on this list, let us know and we'll get it added! |
19 | # | 19 | # |
20 | platforms: | 20 | platforms: |
21 | #- name: EL | 21 | - name: EL |
22 | # versions: | 22 | versions: |
23 | # - all | 23 | # - all |
24 | # - 5 | 24 | # - 5 |
25 | # - 6 | 25 | # - 6 |
26 | # - 7 | 26 | - 7 |
27 | #- name: GenericUNIX | 27 | #- name: GenericUNIX |
28 | # versions: | 28 | # versions: |
29 | # - all | 29 | # - all |