From 77719f9d8ca2021c94ceafa6df50a4a5d7994e9b Mon Sep 17 00:00:00 2001 From: Marcelo Galan Date: Thu, 3 Jun 2021 15:37:01 +0200 Subject: [PATCH] #70 role reshaping - updated readme --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/stale.yml | 1 + README.md | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0..bd9dfe4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,2 @@ +--- blank_issues_enabled: false diff --git a/.github/stale.yml b/.github/stale.yml index d47cfd2..c765ed1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,3 +1,4 @@ +--- issues: # Number of days of inactivity before an issue becomes stale daysUntilStale: 90 diff --git a/README.md b/README.md index 3f45102..d14830f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ These instructions will get you a copy of the role for your Ansible playbook. On ### Prerequisities -Ansible 2.9.9 version installed. +Ansible 4.0.0 version installed. Inventory destination should be a Debian environment. For testing purposes, [Molecule](https://molecule.readthedocs.io/) with Docker as driver and [Goss](https://goss.rocks/) as verifier. @@ -128,8 +128,8 @@ mysql> show databases; ## Built With -![Ansible](https://img.shields.io/badge/ansible-2.9.9-green.svg) -![Molecule](https://img.shields.io/badge/molecule-3.0.4-green.svg) +![Ansible](https://img.shields.io/badge/ansible-4.0.0-green.svg) +![Molecule](https://img.shields.io/badge/molecule-3.3.2-green.svg) ![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg) ## Versioning