1
0
Fork 0
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:
Lilian Roller 2020-01-16 18:37:47 +01:00
parent fa7ecb7d39
commit 6f23790671
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -18,7 +18,7 @@ deps =
ansible29: ansible==2.9
ansiblelatest: ansible
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
setenv =
TOX_ENVNAME={envname}