File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# file: roles/oracle_jdk/tasks/main.yml
3
3
4
- - name : add webupd8team java repository for ubuntu
4
+ - name : add webupd8team java repository for Ubuntu
5
5
apt_repository : repo='ppa:webupd8team/java'
6
6
when : ansible_distribution == "Ubuntu"
7
7
8
- - name : add webupd8team java repository for debian
8
+ - name : add webupd8team java repository for Debian "wheezy"
9
9
script : install_debian_webupd8team_repo.sh
10
10
when :
11
11
- ansible_distribution == "Debian"
Original file line number Diff line number Diff line change 5
5
apt_repository : repo='deb http://packages.treasure-data.com/precise/ precise contrib'
6
6
tags : tdagent
7
7
8
- - name : install libssl0.9.8 for debian wheezy
8
+ - name : install libssl0.9.8 for Debian " wheezy"
9
9
script : install_debian_libssl0.9.8.sh
10
10
when :
11
- - ansible_os_family == "Debian"
12
- - ansible_lsb["codename"] == "wheezy"
11
+ - ansible_distribution == "Debian"
12
+ - ansible_distribution_release == "wheezy"
13
13
14
14
- name : install td-agent via apt
15
15
apt : pkg=td-agent update_cache=yes force=yes
You can’t perform that action at this time.
0 commit comments