From c31ece58fab0bd26e4f9fb898de04ffee57caba5 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 23 Sep 2013 15:02:02 -0500 Subject: [PATCH] Added version_added string to new modprobe module and CHANGELOG update --- CHANGELOG.md | 1 + library/system/modprobe | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377608f9b9e..972710a03b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/library/system/modprobe b/library/system/modprobe index 90537c2f796..b09ccb2a4f0 100755 --- a/library/system/modprobe +++ b/library/system/modprobe @@ -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: