Skip to content

Commit 94e0e05

Browse files
committed
Simpler test case.
1 parent 240f222 commit 94e0e05

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tasks/setup-Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Update apt cache.
3-
apt: update_cache=yes cache_valid_time=3600
3+
apt: update_cache=yes cache_valid_time=600
44

55
- name: Ensure Java is installed.
66
apt: "name={{ item }} state=present"

tests/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
apt: update_cache=yes
77
when: ansible_os_family == 'Debian'
88

9-
- name: Ensure build dependencies are installed (RedHat).
10-
package: name=which state=present
11-
when: ansible_os_family == 'RedHat'
12-
139
roles:
1410
- role_under_test

0 commit comments

Comments
 (0)