Commit c31ece58 by James Cammarata

Added version_added string to new modprobe module and CHANGELOG update

parent 4d7b5da2
...@@ -15,6 +15,7 @@ New modules: ...@@ -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 = ''' ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment