Skip to content

Commit

Permalink
qbittorrentvpn: remove port task
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 17, 2023
1 parent 4917904 commit 7cea600
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions roles/qbittorrentvpn/tasks/subtasks/post-install/settings/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
# GNU General Public License v3.0 #
####################################################################################
---
- name: Post-Install | Settings | Update Port in 'qbittorrentvpn.conf' config settings
community.general.ini_file:
path: "{{ qbittorrentvpn_paths_conf }}"
section: BitTorrent
option: Session\Port
value: "{{ qbittorrentvpn_docker_ports_56881 }}"
no_extra_spaces: true
state: present
owner: "{{ user.name }}"
group: "{{ user.name }}"
mode: "0775"

- name: Post-Install | Settings | Update HostHeaderValidation 'qbittorrentvpn.conf' config settings
community.general.ini_file:
path: "{{ qbittorrentvpn_paths_conf }}"
Expand Down

0 comments on commit 7cea600

Please sign in to comment.