Skip to content

Commit

Permalink
imageprofile: fix compatibility with snapshot falter-common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Jul 25, 2024
1 parent cc71d61 commit abcb23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/all/imageprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all__packages__to_merge:
- kmod-nft-bridge
- mtr
- nftables
- tcpdump
- tcpdump-mini
- vnstat
- -ppp
- -ppp-mod-pppoe
Expand Down
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/tasks/conditional_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

- name: "Add debugging-packages on core-routers"
set_fact:
packages: "{{ packages + ['mosh-server', 'tmux', 'ip'] }}"
packages: "{{ packages + ['mosh-server', 'tmux'] }}"
when:
- not (low_flash | default(false))
- role == 'corerouter'
Expand Down

0 comments on commit abcb23c

Please sign in to comment.