From 2a51a165c0d26521579d7f3d90719e2c80142684 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Wed, 22 Sep 2021 08:02:48 -0500 Subject: [PATCH] Release 1.2.0 --- .github/workflows/tox.yml | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index cceee3c..2461fda 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -98,7 +98,7 @@ jobs: uses: actions/cache@v2 with: path: ~/.vagrant.d/boxes - key: vagrant-${{ steps.scenario.outputs.scenario }} + key: vagrant-${{ steps.scenario.outputs.result }} - name: Run tox against ${{ matrix.scenario }} run: | set -ex diff --git a/galaxy.yml b/galaxy.yml index 64c2f2f..2ec934a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: oasis_roles name: system # The version of the collection. Must be compatible with semantic versioning -version: 1.1.3 +version: "1.2.0" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md