Skip to content

Commit

Permalink
enable ezproxy service
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Jan 10, 2025
1 parent f2cba66 commit 13c8dac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/ezproxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
- libc6
- libstdc++6
- lsof
- lib32ncurses
- lib32z1

- name: Ezproxy | install missing file replacements
ansible.builtin.command: /var/local/ezproxy/ezproxy -m
Expand Down Expand Up @@ -184,5 +182,5 @@
- name: Ezproxy | start ezproxy
ansible.builtin.service:
name: ezproxy
state: enabled
state: restarted
when: running_on_server

0 comments on commit 13c8dac

Please sign in to comment.