add name for some fail modules
This commit is contained in:
parent
8cd754fd55
commit
b15b06d458
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
|
||||
- fail:
|
||||
- name: "Compatibility check"
|
||||
fail:
|
||||
msg: only compatible with Debian >= 8
|
||||
when:
|
||||
- ansible_distribution != "Debian" or ansible_distribution_major_version | version_compare('8', '<')
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
|
||||
- fail:
|
||||
- name: "Compatibility check"
|
||||
fail:
|
||||
msg: only compatible with Debian >= 8
|
||||
when:
|
||||
- ansible_distribution != "Debian" or ansible_distribution_major_version | version_compare('8', '<')
|
||||
|
|
Loading…
Add table
Reference in a new issue