Skip to content

Commit

Permalink
Remove Xenial llvm-3.9 instructions from ansible orch playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
JONBRWN committed Jul 10, 2020
1 parent 341a2c3 commit b461ba1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions orchestration/ansible/playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,6 @@
state: present
when: ({{ install_devtools is defined }} and {{ install_devtools == 'true' }})

# - name: add llvm apt repo
# apt_repository:
# repo: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main'
# state: present
# when: ({{ install_devtools is defined }} and {{ install_devtools == 'true' }})

# - name: add llvm src apt repo
# apt_repository:
# repo: 'deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main'
# state: present
# when: ({{ install_devtools is defined }} and {{ install_devtools == 'true' }})

- name: Install dev packages
apt: name={{ item }} state=latest update_cache=yes
with_items:
Expand Down

0 comments on commit b461ba1

Please sign in to comment.