mirror of
https://github.com/roles-ansible/ansible_role_acmetool_debian_fix.git
synced 2024-08-16 12:29:50 +02:00
Merge pull request #1 from roles-ansible/docs
increase version and required ansible is now 2.11
This commit is contained in:
commit
cb0093fb2b
3 changed files with 3 additions and 2 deletions
|
@ -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) |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue