Skip to content

Commit

Permalink
Modifiy call to ansible galaxy requirements file that has been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfusco committed Feb 9, 2023
1 parent c270fc8 commit d5e0158
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deps =
commands =
# ansible-core 2.13.6 installed with py38 does not provide a way to set
# timeout with ansible-galaxy command.
ansible-galaxy install -fr {toxinidir}/edpm_ansible/requirements.yml
ansible-galaxy install -fr {toxinidir}/requirements.yml
stestr run {posargs}
allowlist_externals =
bash
Expand All @@ -50,6 +50,5 @@ deps =
virtualenv
commands =
bash -c "ANSIBLE_ROLES_PATH='{toxinidir}/edpm_ansible/roles.galaxy' \
ansible-galaxy install -fr {toxinidir}/edpm_ansible/requirements.yml"
ansible-galaxy install -fr {toxinidir}/edpm_ansible/requirements.yml
ansible-galaxy install -fr {toxinidir}/requirements.yml"
python -m pre_commit run -a

0 comments on commit d5e0158

Please sign in to comment.