Skip to content

Commit

Permalink
fixup! opkg: allow installing a package in a certain version
Browse files Browse the repository at this point in the history
  • Loading branch information
joergho committed Dec 16, 2022
1 parent 5bd3977 commit 7beae34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/opkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def split_name_and_version(module, package):
else:
return splitted[0], splitted[1]


def remove_packages(module, opkg_path, packages):
""" Uninstalls one or more packages if installed. """

Expand Down

0 comments on commit 7beae34

Please sign in to comment.