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