From 621c586784fa33c326cb638a51dfd073641c72a8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 27 Mar 2017 18:25:50 -0400 Subject: [PATCH] added lxd inventory script --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ddda06e33..fa24bd84c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ Ansible Changes By Release The new behaviour mirrors how the variables would appear if there was no hash mark in the string. +####New Inventory scripts: +- lxd + #### New: Tests - any : true if any element is true - all: true if all elements are true