Skip to content

Commit

Permalink
Merge pull request #65 from indigo-dc/devel
Browse files Browse the repository at this point in the history
Update oneclient install artifact
  • Loading branch information
micafer authored Jun 23, 2016
2 parents 7ac4a2b + 4cebc63 commit 2a37c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions artifacts/onedata/oneclient_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
when: ansible_distribution == "Ubuntu"

- name: Ubuntu 14 add source repo
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb {{URL_BASE}}/apt/ubuntu/ trusty main"
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb [arch=amd64] {{URL_BASE}}/apt/ubuntu/trusty trusty main"
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "14"
notify: apt-get update

- name: Ubuntu 15 add source repo
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb {{URL_BASE}}/apt/ubuntu/ wily main"
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb [arch=amd64] {{URL_BASE}}/apt/ubuntu/wily wily main"
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "15"
notify: apt-get update

- name: Ubuntu 16 add source repo
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb {{URL_BASE}}/apt/ubuntu/ xenial main"
copy: dest=/etc/apt/sources.list.d/onedata.list content="deb [arch=amd64] {{URL_BASE}}/apt/ubuntu/xenial xenial main"
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16"
notify: apt-get update

Expand Down

0 comments on commit 2a37c8d

Please sign in to comment.