Skip to content

Commit

Permalink
Update dependency ansible to v5.9.0 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
my-renovate[bot] and renovate-bot authored Jun 8, 2022
1 parent f9e350b commit 3f3745a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"regexManagers": [
{
"fileMatch": [
"^\\.github/workflows/.*\\.yml$",
"^\\.github/workflows/.*\\.ya?ml$",
"^ansible/win-simple\\.yml$",
],
"matchStrings": [
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on:
- "true"
required: false
schedule:
- cron: '0 1 1 * *'
- cron: "0 1 1 * *"

env:
PACKER_IMAGES_OUTPUT_DIR: /var/tmp/packer-templates-images
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
brew install --cask virtualbox-extension-pack
fi
# renovate: datasource=pypi depName=ansible
ANSIBLE_VERSION="5.8.0"
ANSIBLE_VERSION="5.9.0"
pip3 install ansible=="${ANSIBLE_VERSION}"
if [[ "${BUILD}" =~ windows ]]; then
# renovate: datasource=pypi depName=pywinrm
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
fi
done
- name: Verify if the boxes are avaiable on the Vagrant Cloud
- name: Verify if the boxes are available on the Vagrant Cloud
run: |
set -euxo pipefail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
paths:
- ".github/renovate.json5"
schedule:
- cron: "4 4 * * *"
- cron: "3 3 * * *"

env:
LOG_LEVEL: info
Expand Down

0 comments on commit 3f3745a

Please sign in to comment.