This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(POETRY): upgrade to ansible ^4.0.0
- Loading branch information
1 parent
ed024df
commit 80d10c7
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
strategy: | ||
max-parallel: 4 | ||
matrix: | ||
python-version: [3.7] | ||
python-version: [3.8] | ||
|
||
steps: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.txt | ||
.cache | ||
poetry.lock | ||
.tool-versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[tool.poetry] | ||
name = "role-homebrew-retry" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "Encapsulates geerlingguy.homebrew in a simple retry loop, to allow for connectivity errors during homebrew installs." | ||
authors = ["Niall Byrne <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.6.1,<4.0" | ||
ansible = "^3.3.0" | ||
python = ">=3.8.0,<4.0" | ||
ansible = "^4.0.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
ansible-lint = "^5.0.8" | ||
|