Skip to content

Commit e7cbc03

Browse files
author
Gustavo Muniz do Carmo
committed
software-properties-common
1 parent 92075c3 commit e7cbc03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tasks/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
- name: Install required packages
33
apt:
4-
name: "{{ item }}"
5-
loop:
6-
- ca-certificates
7-
- gnupg
4+
name: software-properties-common
85
- name: Add the Oracle Java repository into sources list
96
apt_repository:
107
repo: 'ppa:webupd8team/java'

0 commit comments

Comments
 (0)