Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@t2d
t2d / java7.yml
Last active August 29, 2015 14:08 — forked from owainlewis/java7.yml
---
- name: ensure required packages are installed for Java 7
apt: name=$item state=latest update_cache=yes
with_items:
- python-software-properties
- name: Add Java repository to sources
action: apt_repository repo='ppa:webupd8team/java'