mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
try to fix apt
This commit is contained in:
parent
fa7ecb7d39
commit
6f23790671
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -18,7 +18,7 @@ deps =
|
||||||
ansible29: ansible==2.9
|
ansible29: ansible==2.9
|
||||||
ansiblelatest: ansible
|
ansiblelatest: ansible
|
||||||
commands =
|
commands =
|
||||||
pip3 install python3-apt;
|
if hash apt-get 2>/dev/null; then apt-get install python3-apt; done;
|
||||||
ansible-playbook .ansible-test.yml -i localhost
|
ansible-playbook .ansible-test.yml -i localhost
|
||||||
setenv =
|
setenv =
|
||||||
TOX_ENVNAME={envname}
|
TOX_ENVNAME={envname}
|
||||||
|
|
Loading…
Reference in a new issue