From d2213de1dd8bbd825b3512b58df905220b7f24ef Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Tue, 4 Dec 2018 17:49:28 +0000 Subject: [PATCH] Update grafana-conf role Ansible Galaxy switched to semantic versioning. In order to get it to import the latest release, a tag following this scheme was added after a minor update to the grafana-conf role. This appears to have broken the accessibility of the original version. This commit moves to the later release to work around the issue. Change-Id: I5a0ba9e18bc5db54f899b545b88c319c7922bf9e --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index d65d01037..125d9b4d9 100644 --- a/requirements.yml +++ b/requirements.yml @@ -19,7 +19,7 @@ - src: stackhpc.drac-facts version: 1.0.0 - src: stackhpc.grafana-conf - version: 1.0 + version: 1.1.0 - src: stackhpc.libvirt-host version: v1.1.0 - src: stackhpc.libvirt-vm