mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-29 06:00: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
|
- name: OS is supported
|
||||||
meta: end_host
|
assert:
|
||||||
when: not __sshd_os_supported|bool
|
that: __sshd_os_supported|bool
|
||||||
|
|
||||||
- name: Install ssh packages
|
- name: Install ssh packages
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue