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, molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 15, 2023
1 parent 83a72ca commit e2ccfc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion molecule/clamwatch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ driver:
ansible_connection_options:
ansible_connection: local
ansible_sudo_pass: "${ANSIBLE_SUDO_PASSWORD}"
become_method: sudo
platforms:
- name: instance
provisioner:
name: ansible
config_options:
privilege_escalation:
become_method: sudo
verifier:
name: ansible
4 changes: 3 additions & 1 deletion molecule/no_clamwatch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ driver:
ansible_connection_options:
ansible_connection: local
ansible_sudo_pass: "${ANSIBLE_SUDO_PASSWORD}"
become_method: sudo
platforms:
- name: instance
provisioner:
name: ansible
config_options:
privilege_escalation:
become_method: sudo
verifier:
name: ansible
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
version = "0.2.1"

[tool.poetry.dependencies]
ansible = "^5.2.0"
python = ">=3.8.0,<4.0"
python = ">=3.9.0,<4.0"

[tool.poetry.dev-dependencies]
ansible-compat = "!=2.1.0"
ansible-lint = "^5.3.2"
commitizen = "^2.20.4"
yamllint = "^1.26.3"
ansible = "^7.0.0"
commitizen = "^2.42.0"
molecule = "^4.0.0"
yamllint = "^1.29.0"

[tool.poetry.dev-dependencies.molecule]
extras = ["docker"]
version = "^3.5.2"
[tool.poetry.dev-dependencies.ansible-lint]
markers = "platform_system != 'Windows'"
version = "^6.12.2"

0 comments on commit e2ccfc1

Please sign in to comment.