Compare commits

..

No commits in common. "800c0dbb29f6c50ac73e7c7a13e4330b0f699369" and "f7f609fde9bf0ff81abe75ba74c9959edac60c9c" have entirely different histories.

2 changed files with 14 additions and 1 deletions

11
.github/workflows/ansible_lint.yaml vendored Normal file
View File

@ -0,0 +1,11 @@
---
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,7 +12,9 @@
dest: "{{ sshd_config_path }}/sshd_config" dest: "{{ sshd_config_path }}/sshd_config"
mode: '0644' mode: '0644'
become: true become: true
notify: Restart sshd register: sshd_config_file
notify:
- Restart sshd
- name: Write banner file - name: Write banner file
ansible.builtin.template: ansible.builtin.template: