Fix Centos6 tests by testing source install

This commit is contained in:
Oskar Schöldström
2017-03-19 17:08:04 +01:00
committed by Jannik V
parent 141dd08882
commit 1f89316182
3 changed files with 22 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
---
- hosts: all
vars:
certbot_install_from_source: yes
pre_tasks:
- name: Install cron (RedHat).
yum: name=cronie state=present
when: ansible_os_family == 'RedHat'
roles:
- geerlingguy.git
- role_under_test
-1
View File
@@ -16,5 +16,4 @@
when: ansible_os_family == 'Debian'
roles:
- geerlingguy.git
- role_under_test