From 7cea6006fc09a3fe33315e2bcee9ccf9d7c999c8 Mon Sep 17 00:00:00 2001 From: saltydk Date: Sun, 17 Dec 2023 22:25:52 +0100 Subject: [PATCH] qbittorrentvpn: remove port task --- .../tasks/subtasks/post-install/settings/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/qbittorrentvpn/tasks/subtasks/post-install/settings/main.yml b/roles/qbittorrentvpn/tasks/subtasks/post-install/settings/main.yml index c69e0fc0b9..bacd66f4b4 100644 --- a/roles/qbittorrentvpn/tasks/subtasks/post-install/settings/main.yml +++ b/roles/qbittorrentvpn/tasks/subtasks/post-install/settings/main.yml @@ -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 }}"