Change min_ansible_version
The role doesn't work with ansible 2.7.18 : ``` TASK [prometheus : prometheus | include asserts] ************************************************************************************************************** fatal: [host]: FAILED! => {"reason": "no action detected in task. This often indicates a misspelled module name, or incorrect module path.\n\nThe error appears to have been in '/usr/local/ansible/orchestrator/roles/prometheus/tasks/asserts.yml': line 9, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: 'prometheus | assert | gather the package facts'\n ^ here\n"} ``` Ansible 2.8.20 is OK.
This commit is contained in:
parent
7551f42e0c
commit
3d1197fddc
@ -4,6 +4,6 @@ galaxy_info:
|
|||||||
description: Install and configure Prometheus and exporters
|
description: Install and configure Prometheus and exporters
|
||||||
company: brainsys
|
company: brainsys
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.8
|
||||||
issue_tracker_url: https://github.com/brainsys-io/ansible-role-prometheus/issues
|
issue_tracker_url: https://github.com/brainsys-io/ansible-role-prometheus/issues
|
||||||
github_branch: master
|
github_branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user