mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 12:30:19 +01:00
Revert "End_host for unsupported hosts"
This commit is contained in:
parent
eccc5bd596
commit
2d0bf44cdc
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
|
||||
- name: OS is supported
|
||||
meta: end_host
|
||||
when: not __sshd_os_supported|bool
|
||||
assert:
|
||||
that: __sshd_os_supported|bool
|
||||
|
||||
- name: Install ssh packages
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue