From e4fcc434d14707b175010947e3be9605f4e80095 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 16 Mar 2014 16:47:29 -0400 Subject: [PATCH] Version bump, bigip_facts + changelog --- CHANGELOG.md | 1 + library/net_infrastructure/bigip_facts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a2350e8e5..175904cb9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ New Modules: * system: debconf * system: ufw * system: locale_gen +* net_infrastructure: bigip_facts * cloud: digital_ocean_domain * cloud: digital_ocean_sshkey * cloud: rax_identity diff --git a/library/net_infrastructure/bigip_facts b/library/net_infrastructure/bigip_facts index 9be820dc764..3a7a4533f69 100644 --- a/library/net_infrastructure/bigip_facts +++ b/library/net_infrastructure/bigip_facts @@ -24,7 +24,7 @@ module: bigip_facts short_description: "Collect facts from F5 BIG-IP devices" description: - "Collect facts from F5 BIG-IP devices via iControl SOAP API" -version_added: "1.5" +version_added: "1.6" author: Matt Hite notes: - "Requires BIG-IP software version >= 11.4"