Skip to content

Commit

Permalink
Upgrade to Ansible 5.6.0 for alpha (#212)
Browse files Browse the repository at this point in the history
* Update ansible version

* Add more python versions

* Revert "Add more python versions"

This reverts commit ab029d4.
  • Loading branch information
pranavmalaviya authored Apr 26, 2022
1 parent badaf24 commit ed6c90b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 46 deletions.
2 changes: 1 addition & 1 deletion unix-alpha/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ hosts
.env/
build/
dist/
machine_stats.egg-info
machine_stats_alpha.egg-info
2 changes: 1 addition & 1 deletion unix-alpha/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
pluginbase = "*"
ansible = "==5.5.0"
ansible = "*"

[dev-packages]
black = "==22.1.0"
Expand Down
85 changes: 42 additions & 43 deletions unix-alpha/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unix-alpha/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package_data={"": ["modules/*", "plugins/*"]},
url="https://github.com/tidalmigrations/machine_stats",
install_requires=[
"ansible==5.5.0",
"ansible==5.6.0",
"pluginbase==1.0.1",
],
entry_points={
Expand Down

0 comments on commit ed6c90b

Please sign in to comment.