Skip to content

Commit

Permalink
[#188360028] Remove IPKG tasks
Browse files Browse the repository at this point in the history
- not required anymore
  • Loading branch information
eifelmicha committed Oct 8, 2024
1 parent 1dec118 commit 4a34ca4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,3 @@
ansible.builtin.apt:
state: present
name: "{{ _ops_tools.tools }}"

## ipkg
- name: IPKG tasks
when: ansible_cmdline.syno_hw_version is defined
block:
- name: Check if ipkg is installed
ansible.builtin.command: /opt/bin/ipkg --version
register: ipkg
check_mode: false
changed_when: false
failed_when: ipkg is failed

- name: Install Ops Tools
ansible.builtin.command: /opt/bin/ipkg install {{ item }}
with_items: "{{ _ops_tools.tools }}"
when: ipkg is success

0 comments on commit 4a34ca4

Please sign in to comment.