Added version_added string to new modprobe module and CHANGELOG update

pull/4210/merge
James Cammarata 11 years ago
parent 4d7b5da25d
commit c31ece58fa

@ -15,6 +15,7 @@ New modules:
* cloud:ec2_eip -- manage AWS elastic IP's
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
* system: firewalld -- manage the firewalld configuration
* system: modprobe -- manage kernel modules on systems that support modprobe/rmmod
Misc changes:

@ -20,6 +20,7 @@ DOCUMENTATION = '''
module: modprobe
short_description: Add or remove kernel modules
requirements: []
version_added: 1.4
description:
- Add or remove kernel modules.
options:

Loading…
Cancel
Save