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