mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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>
(cherry picked from commit
|
||
---|---|---|
.. | ||
.keep | ||
5612-puppet-cmd-runner.yml | ||
5659-fix-lxc_container-command.yml | ||
5662-redhat_subscription-server_proxy_scheme.yaml | ||
5666-gitlab-variables.yml | ||
5672-proxmox.yml | ||
5680-ansible_galaxy_install-fx-locale.yaml | ||
5688-opkg-module-install-certain-version.yml | ||
5703-sudoers-host-support.yml | ||
5705-opkg-fix-force-reinstall.yml | ||
5721-manageiq-policies-deprecate-list-state.yaml |