We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befaf79 commit a2ea429Copy full SHA for a2ea429
setup/ubuntu14.04/ansible-playbook.yaml
@@ -17,12 +17,6 @@
17
with_items: packages
18
tags: general
19
20
- - name: General | Install additional packages for PPC be
21
- apt: name={{ item }} update_cache=yes state=latest
22
- with_items: additional_ppc_be_packages
23
- when: (ansible_architecture == "ppc64" and ansible_nodename.find('ppc64-be') != -1)
24
- tags: general
25
-
26
- name: NTP | Run initial NTP
27
command: ntpdate -u pool.ntp.org
28
tags: ntp
setup/ubuntu14.04/ansible-vars.yaml
@@ -11,5 +11,3 @@ packages:
11
- ntp
12
- ccache
13
- subversion
14
-additional_ppc_be_packages:
15
- - g++-4.8-multilib
0 commit comments