Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwisp/ansible-openwisp2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 301e12336fb9839edd4a775293f0fcba7d11b05c
Choose a base ref
..
head repository: openwisp/ansible-openwisp2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c0bbc88269be5278828a7505ca4a530bba2dd6b
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 tasks/freeradius.yml
  3. +1 −1 templates/freeradius/{inner-tunnel.j2 → inner_tunnel.j2}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set default python version
run: sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 2
run: sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 2


- name: Install python dependencies
2 changes: 1 addition & 1 deletion tasks/freeradius.yml
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@

- name: Inner tunnel
template:
src: freeradius/openwisp_site.j2
src: freeradius/inner_tunnel.j2
dest: "{{ freeradius_sites_enabled_dir }}/inner-tunnel"
mode: 0640
owner: freerad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server inner-tunnel {
server inner_tunnel {
listen {
ipaddr = 127.0.0.1
port = 18120