diff --git a/tests/playbook.yml b/tests/playbook.yml index 55444f3e9d597410c72104be8cd4b99151243a5a..508de40de421792e2da4d2e14000270d0de57179 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -19,4 +19,5 @@ - hosts: all roles: + - role: python27 - role: example diff --git a/tests/requirements.yml b/tests/requirements.yml index fccce7574df98d466c55a309273c4060174e8cb0..7e87c80fa4734d9384fe9e11aba2411a05cde486 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -5,3 +5,5 @@ name: debian-bootstrap - src: adarnimrod.users name: users +- src: adarnimrod.python27 + name: python27