Compare commits

...

2 Commits

Author SHA1 Message Date
Corbin Bartsch
800c0dbb29
Remove GitHub actions 2022-10-09 21:03:51 -04:00
Corbin Bartsch
e86ffd45cc
Clean up from handler migration 2022-10-09 21:03:35 -04:00
2 changed files with 1 additions and 14 deletions

View File

@ -1,11 +0,0 @@
---
name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main

View File

@ -12,9 +12,7 @@
dest: "{{ sshd_config_path }}/sshd_config"
mode: '0644'
become: true
register: sshd_config_file
notify:
- Restart sshd
notify: Restart sshd
- name: Write banner file
ansible.builtin.template: