Merge pull request #121 from Spreadcat/master

End_host for unsupported hosts
This commit is contained in:
Matt Willsher 2020-03-17 17:35:06 +00:00 committed by GitHub
commit f67b73c8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
---
- name: OS is supported
assert:
that: __sshd_os_supported|bool
meta: end_host
when: not __sshd_os_supported|bool
- name: Install ssh packages
package: