Skip to content

Commit

Permalink
Merge pull request #41 from ansible-lockdown/prelim_fix
Browse files Browse the repository at this point in the history
fixed handler for ssh line 221
  • Loading branch information
uk-bolly authored Nov 14, 2024
2 parents 9182775 + 5e00fd8 commit 6b0bf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
jobs:
# This will create messages for first time contributers and direct them to the Discord server
welcome:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/first-interaction@main
Expand Down Expand Up @@ -70,7 +70,6 @@
echo IAC_BRANCH=main >> $GITHUB_ENV
fi
# Pull in terraform code for linux servers
- name: Clone GitHub IaC plan
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
path: /etc/ssh/sshd_config
regexp: ^AddressFamily
line: AddressFamily inet
notify: Restart_sshd
notify: restart sshd

- name: "PRELIM | Optional | If IPv6 disable to stop chronyd listening"
when:
Expand Down

0 comments on commit 6b0bf59

Please sign in to comment.