mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
opkg module: allow installing a package in a certain version (#5688)
* opkg: allow installing a package in a certain version example: - name: Install foo in version 1.2 community.general.opkg: name: foo=1.2 state: present Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com> * opkg: use list for passing arguments to run_command Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com> Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
This commit is contained in:
parent
28969c61ad
commit
b3485b8fca
2 changed files with 53 additions and 11 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- opkg - allow installing a package in a certain version (https://github.com/ansible-collections/community.general/pull/5688).
|
Loading…
Add table
Add a link
Reference in a new issue