From 0deeb466ef959cc5d8a485321f8f810b0e7c9b8f Mon Sep 17 00:00:00 2001 From: ViachaslauKabak Date: Sat, 4 May 2019 15:35:31 +0300 Subject: [PATCH] Correct roleID Remove windows from meta and README.md --- README.md | 18 ++++++------------ meta/main.yml | 7 ------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 52aff51..1095804 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Zookeeper Uninstall [![Build Status](https://travis-ci.org/lean-delivery/ansible-role-zookeeper-uninstall.svg?branch=master)](https://travis-ci.org/lean-delivery/ansible-role-zookeeper-uninstall) [![Build Status](https://gitlab.com/lean-delivery/ansible-role-zookeeper-uninstall/badges/master/build.svg)](https://gitlab.com/lean-delivery/ansible-role-zookeeper-uninstall/pipelines) [![Galaxy](https://img.shields.io/badge/galaxy-lean__delivery.zookeeper__uninstall-blue.svg)](https://galaxy.ansible.com/lean_delivery/zookeeper_uninstall) -![Ansible](https://img.shields.io/ansible/role/d/30178.svg) -![Ansible](https://img.shields.io/badge/dynamic/json.svg?label=min_ansible_version&url=https%3A%2F%2Fgalaxy.ansible.com%2Fapi%2Fv1%2Froles%2F30178%2F&query=$.min_ansible_version) +![Ansible](https://img.shields.io/ansible/role/d/40164.svg) +![Ansible](https://img.shields.io/badge/dynamic/json.svg?label=min_ansible_version&url=https%3A%2F%2Fgalaxy.ansible.com%2Fapi%2Fv1%2Froles%2F40164%2F&query=$.min_ansible_version) ## Summary This role: - - Uninstalls zookeeper on Centos 7, Ubuntu or Windows host + - Uninstalls zookeeper on Centos 7, Ubuntu, Debian host Requirements ------------ @@ -20,15 +20,9 @@ Requirements - CentOS - 7 - Ubuntu - - Windows - - "Windows Server 2008" - - "Windows Server 2008 R2" - - "Windows Server 2012" - - "Windows Server 2012 R2" - - "Windows Server 2016" - - "Windows 7" - - "Windows 8.1" - - "Windows 10" + - Debian + - 9 + [Prepared Windows System](https://docs.ansible.com/ansible/latest/user_guide/windows_setup.html) diff --git a/meta/main.yml b/meta/main.yml index f428002..5e35d18 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,13 +18,6 @@ galaxy_info: - name: "EL" versions: - "7" - - name: "Windows" - versions: - - "2008x64" - - "2008R2" - - "2012" - - "2012R2" - - "2016" galaxy_tags: - "development"