mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
8815689d72
2 changed files with 0 additions and 17 deletions
11
.github/workflows/ansible-lint.yml
vendored
11
.github/workflows/ansible-lint.yml
vendored
|
@ -3,17 +3,6 @@ name: Ansible Lint # feel free to pick your own name
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-ansible27:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Lint Ansible Playbook
|
|
||||||
uses: ansible/ansible-lint-action@master
|
|
||||||
with:
|
|
||||||
targets: "tests/test.yml"
|
|
||||||
override-deps: |
|
|
||||||
ansible==2.7
|
|
||||||
args: ""
|
|
||||||
test-ansible28:
|
test-ansible28:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: OS is supported
|
|
||||||
assert:
|
|
||||||
that: __sshd_os_supported|bool
|
|
||||||
when: ansible_version.full is version_compare('2.8', '<')
|
|
||||||
|
|
||||||
- name: OS is supported
|
- name: OS is supported
|
||||||
meta: end_host
|
meta: end_host
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue