Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
build(POETRY): upgrade ansible to ^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 9, 2021
1 parent ff5c98c commit d67a90f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

### Master:
- Travis CI: ![TravisCI](https://travis-ci.com/osx-provisioner/role-homeshick.svg?branch=master)
- Github Actions: [![role-homeshick](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml/badge.svg?branch=master)](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml)
- GitHub Actions: [![role-homeshick](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml/badge.svg?branch=master)](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml)

### Production:
- Travis CI: ![TravisCI](https://travis-ci.com/osx-provisioner/role-homeshick.svg?branch=production)
- Github Actions: [![role-homeshick](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml/badge.svg?branch=production)](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml)
- GitHub Actions: [![role-homeshick](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml/badge.svg?branch=production)](https://github.com/osx-provisioner/role-homeshick/actions/workflows/push.yml)

Ansible role that installs homeshick, and the specified dotfiles repository on OSX machines.

### Notes:
- See the [homeshick Github Repository](https://github.com/andsens/homeshick) for further details about this tool.
- See the [homeshick GitHub Repository](https://github.com/andsens/homeshick) for further details about this tool.

Requirements
------------
Expand All @@ -28,7 +28,7 @@ Role Variables
- `homeshick_repository`:
- Specifies the location of the base homeshick repository.
- `homeshick_version`:
- Specifies the version of homeshick to checkout.
- Specifies the version of homeshick to check out.
- `homeshick_dotfiles_repo`:
- Specifies the URL of a user dotfiles definition to install.
- `homeshick_force`:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "role-homeshick"
version = "0.1.0"
version = "0.1.1"
description = "Installs homeshick, and configures a user dotfiles repository."
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"
Expand Down

0 comments on commit d67a90f

Please sign in to comment.