mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
Merge pull request #121 from Spreadcat/master
End_host for unsupported hosts
This commit is contained in:
commit
f67b73c8cf
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: OS is supported
|
- name: OS is supported
|
||||||
assert:
|
meta: end_host
|
||||||
that: __sshd_os_supported|bool
|
when: not __sshd_os_supported|bool
|
||||||
|
|
||||||
- name: Install ssh packages
|
- name: Install ssh packages
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue