Initial commit.

This commit is contained in:
Jeff Geerling
2017-02-23 22:08:18 -06:00
commit da3eb9cf1c
9 changed files with 175 additions and 0 deletions

13
tests/test.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: all
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
- name: Install test dependencies.
package: name=curl state=present
roles:
- role_under_test