Skip to content

Commit

Permalink
all hail the linting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasberens authored and Akira25 committed Nov 24, 2023
1 parent f725d66 commit f84c870
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Freifunk Berlin Ansible Repo
# Freifunk Berlin Ansible Repository

This repository currently contains our WIP state for the infrastructure code.

Expand All @@ -21,7 +21,7 @@ This repository currently manages these services:

## Requirements

- Ansible 8.x
- Ansible 8.x
- The secret encryption password for ansible-vault under `./.vaultpass`
- For alternative methods look here: <https://docs.ansible.com/ansible/latest/user_guide/vault.html>
- Have the necessary requirements installed: `ansible-galaxy install -r requirements.yml`
Expand Down
6 changes: 3 additions & 3 deletions roles/tunneldigger/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
group: root
notify: Restart tunneldigger
loop:
- { src: ff.session.mtu-changed.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/ff.session.mtu-changed.sh" }
- { src: ff.session.up.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/ff.session.up.sh" }
- { src: dhcp-script.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/dhcp-script.sh" }
- {src: ff.session.mtu-changed.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/ff.session.mtu-changed.sh"}
- {src: ff.session.up.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/ff.session.up.sh"}
- {src: dhcp-script.sh.j2, dest: "{{ tunneldigger_path }}/broker/scripts/dhcp-script.sh"}

- name: Make sure the correct Kernel modules will load on boot
ansible.builtin.template:
Expand Down

0 comments on commit f84c870

Please sign in to comment.