Skip to content

Commit 2952787

Browse files
author
Gustavo Muniz do Carmo
committed
install required packages
1 parent b57c07c commit 2952787

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
- name: Install required packages
3+
apt:
4+
name: "{{ item }}"
5+
loop:
6+
- ca-certificates
7+
- gnupg
28
- name: Add the Oracle Java repository into sources list
39
apt_repository:
410
repo: 'ppa:webupd8team/java'

0 commit comments

Comments
 (0)