mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added version_added string to new modprobe module and CHANGELOG update
This commit is contained in:
parent
4d7b5da25d
commit
c31ece58fa
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ New modules:
|
||||||
* cloud:ec2_eip -- manage AWS elastic IP's
|
* cloud:ec2_eip -- manage AWS elastic IP's
|
||||||
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
||||||
* system: firewalld -- manage the firewalld configuration
|
* system: firewalld -- manage the firewalld configuration
|
||||||
|
* system: modprobe -- manage kernel modules on systems that support modprobe/rmmod
|
||||||
|
|
||||||
Misc changes:
|
Misc changes:
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ DOCUMENTATION = '''
|
||||||
module: modprobe
|
module: modprobe
|
||||||
short_description: Add or remove kernel modules
|
short_description: Add or remove kernel modules
|
||||||
requirements: []
|
requirements: []
|
||||||
|
version_added: 1.4
|
||||||
description:
|
description:
|
||||||
- Add or remove kernel modules.
|
- Add or remove kernel modules.
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue