Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent d755329 commit 419676d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Aleksandr Bazhenov <bazhenoff.alexander@gmail.com>"]
repository = "https://github.com/alexanderbazhenoff"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
ansible-core = "~2.16"
ansible-compat = ">=4.1"
ansible-lint = "*"
Expand Down
4 changes: 3 additions & 1 deletion roles/bareos/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ dependency:
options:
ignore-certs: true
ignore-errors: true
requirements-file: requirements.yml
env:
ANSIBLE_GALAXY_SERVER_LIST: legacy_server
ANSIBLE_GALAXY_SERVER_LEGACY_SERVER_URL: https://old-galaxy.ansible.com
driver:
name: docker
platforms:
Expand Down

0 comments on commit 419676d

Please sign in to comment.