Skip to content

Commit

Permalink
remove linux ppc64be support
Browse files Browse the repository at this point in the history
  • Loading branch information
refack authored Apr 10, 2017
1 parent befaf79 commit 1991ab0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup/ubuntu14.04/ansible-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
with_items: packages
tags: general

- name: General | Install additional packages for PPC be
apt: name={{ item }} update_cache=yes state=latest
with_items: additional_ppc_be_packages
when: (ansible_architecture == "ppc64" and ansible_nodename.find('ppc64-be') != -1)
tags: general

- name: NTP | Run initial NTP
command: ntpdate -u pool.ntp.org
tags: ntp
Expand Down

0 comments on commit 1991ab0

Please sign in to comment.