From a77f88bd97c804dc2a6bedfabe268347aa09d847 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 10 May 2021 22:13:06 +0200 Subject: [PATCH] increase version and required ansible is now 2.11 --- README.md | 1 + meta/main.yml | 2 +- vars/main.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1675099..6aafe65 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you want to find out more about our tests, please have a look at the github m | :--------- | :---------------- | | [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-linting-check.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-linting-check.yml) | [ansible-lint action](https://github.com/marketplace/actions/ansible-lint) | | [![Yamllint GitHub Actions](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/yamllint.yaml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/yamllint.yaml) | [yamllint gitHub actions](https://github.com/marketplace/actions/yamllint-github-action) | +| [![Galaxy release](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/galaxy.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy) | | | | | [![Ansible check debian:stable](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-debian-stable.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-debian-stable.yml) | [ansible test with debian stable](https://github.com/marketplace/actions/check-ansible-debian-stable) | | [![Ansible check debian:latest](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-debian-latest.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool_debian_fix/actions/workflows/ansible-debian-latest.yml) | [ansible test with debian latest](https://github.com/marketplace/actions/check-ansible-debian-latest) | diff --git a/meta/main.yml b/meta/main.yml index 4afec2e..8b173ab 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: author: do1jlr description: install a specific acmetool version on debian based systems license: "MIT" - min_ansible_version: 2.10 + min_ansible_version: 2.11 github_branch: main platforms: - name: Debian diff --git a/vars/main.yml b/vars/main.yml index ef3e739..cc0ed1c 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,4 +1,4 @@ --- # versionscheck -playbook_version_number: 6 # should be a integer +playbook_version_number: 7 # should be a integer playbook_version_path: 'do1jlr.ansible_role_acmetool_debian_fix.version'